Skip to content

Commit

Permalink
Prepare for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 14, 2020
1 parent c215654 commit eda46dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.2.dev0
commit = True
sign_tags = True
tag = True
sign_tags = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
dev
prod

[bumpversion:part:build]

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


VERSION = '0.1.2.dev'
VERSION = '0.1.2.dev0'


setup(name="omero-signup",
Expand Down

0 comments on commit eda46dd

Please sign in to comment.