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"