Skip to content

Commit

Permalink
Merge pull request #32 from RightBrain-Networks/bugfix/versioning
Browse files Browse the repository at this point in the history
bumpversion issue
  • Loading branch information
Derek DeJonghe authored Nov 4, 2019
2 parents 256bf54 + 4f1d1c6 commit df84d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}

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

[bumpversion:VERSION]
search = __version__ = {current_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__ = '__version__ = 0.4.1'
__version__ = '0.4.1'


def main():
Expand Down

0 comments on commit df84d22

Please sign in to comment.