From b6ac3e970a24a5dfe5d6e6427d3f56f6a6d734c3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 25 Dec 2019 21:17:55 +0100 Subject: Bump to version 0.6.0.0 --- verismith.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verismith.cabal b/verismith.cabal index a7a7df4..bf4f129 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 0.5.0.0 +version: 0.6.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.5.0.0 + tag: v0.6.0.0 custom-setup setup-depends: -- cgit