From 65f2ae20f20112859988b5f54e65a958f7854fa7 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Tue, 6 Aug 2019 16:07:20 -0600 Subject: [PATCH] Bump version to 0.1.0 --- docs/conf.py | 2 +- src/humulus/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fb9b5bb..4e145e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = "2019, Mike Shoup" author = "Mike Shoup" # The full version, including alpha/beta/rc tags -release = "0.1" +release = "0.1.0" # -- General configuration --------------------------------------------------- diff --git a/src/humulus/_version.py b/src/humulus/_version.py index 5448916..a768249 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.1.dev" +__version__ = "0.1.0"