Skip to content

Commit

Permalink
Bump version: 0.1.0dev → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Dec 3, 2018
1 parent f84205a commit 085b0ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[bumpversion]
current_version = 0.1.0dev
current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = alpha
values =
values =
dev
alpha

[bumpversion:file:python/brain/__init__.py]


2 changes: 1 addition & 1 deletion python/brain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from brain.utils.general.general import merge

# Set the Brain version
__version__ = '0.1.0dev'
__version__ = '0.1.0'


class BrainConfig(object):
Expand Down

0 comments on commit 085b0ed

Please sign in to comment.