From 9f1d6ff37cba67217ee8b36b2961e69f3bc17cad Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 24 Jul 2019 13:35:51 -0600 Subject: [PATCH] Bump version to 0.1.0.dev (to reflect work on 0.1) --- src/humulus/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/humulus/_version.py b/src/humulus/_version.py index c4302ef..5448916 100644 --- a/src/humulus/_version.py +++ b/src/humulus/_version.py @@ -14,4 +14,4 @@ # The 'dev' portion of this variable will get updated during Drone CI builds # with a build number for all non-tagged builds. -__version__ = "0.0.2.dev" +__version__ = "0.1.dev"