Skip to content

Commit

Permalink
[skip travis] Bump version: 1.0.10-dev -> 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed May 8, 2020
1 parent aceae80 commit eb4a218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.0.10-dev
current_version = 1.0.10
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
local_config_files = [os.path.join('config', f) for f in os.listdir('config')]

setup(name='primrose',
version='1.0.10-dev',
version='1.0.10',
description='Primrose: a framework for simple, quick modeling deployments',
url='https://github.com/ww-tech/primrose',
author='Carl Anderson',
Expand Down

0 comments on commit eb4a218

Please sign in to comment.