From e332faec6208f2e10fff21fc3a4abd94b04d29ad Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 24 Nov 2019 18:11:34 +0000 Subject: Upgrade version to v0.5.0.0 --- verismith.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verismith.cabal b/verismith.cabal index 57849c1..a7a7df4 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 0.4.1.0 +version: 0.5.0.0 synopsis: Random verilog generation and simulator testing. description: Verismith provides random verilog generation modules @@ -27,7 +27,7 @@ source-repository head source-repository this type: git location: https://github.com/ymherklotz/verismith - tag: v0.4.1.0 + tag: v0.5.0.0 custom-setup setup-depends: -- cgit