From d7f2bf9ed02b660bbf42f3de429540c7789f1aea Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 18 Apr 2021 15:05:23 -0400 Subject: [PATCH] Version 0.1.0.0 --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index 0b730ef..2ace226 100644 --- a/witch.cabal +++ b/witch.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: witch -version: 0.0.0.5 +version: 0.1.0.0 synopsis: Convert values from one type into another. description: Witch converts values from one type into another.