1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 13:49:41 +00:00

Bump version to 0.1.0

This commit is contained in:
Emma 2019-08-06 16:07:20 -06:00
parent 0b9dd34d98
commit 65f2ae20f2
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ copyright = "2019, Mike Shoup"
author = "Mike Shoup" author = "Mike Shoup"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "0.1" release = "0.1.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View file

@ -14,4 +14,4 @@
# The 'dev' portion of this variable will get updated during Drone CI builds # The 'dev' portion of this variable will get updated during Drone CI builds
# with a build number for all non-tagged builds. # with a build number for all non-tagged builds.
__version__ = "0.1.dev" __version__ = "0.1.0"