Skip to content

Commit

Permalink
Merge pull request #30 from RightBrain-Networks/bugfix/versioning
Browse files Browse the repository at this point in the history
need version bump to be done in the py file
  • Loading branch information
Derek DeJonghe authored Nov 4, 2019
2 parents 54a75d0 + b5a829e commit 4661d05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}

[bumpversion:file:VERSION]
[bumpversion:file:deployer/__init__.py]
search = __version__ = {current_version}
replace = __version__ = {new_version}

[bumpversion:VERSION]
search = __version__ = {current_version}
replace = __version__ = {new_version}

Expand Down
2 changes: 1 addition & 1 deletion deployer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import ruamel.yaml
import sys, traceback

__version__ = '0.3.18'
__version__ = '0.4.0'


def main():
Expand Down

0 comments on commit 4661d05

Please sign in to comment.