Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Apr 9, 2018
1 parent 0e5c971 commit 281e63a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_long_description():


setup(name="tbump",
version="1.0.1",
version="1.0.2",
description="Bump software releases",
long_description=get_long_description(),
url="https://github.com/SuperTanker/tbump",
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "1.0.1"
current = "1.0.2"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion tbump/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from tbump.git_bumper import GitBumper


TBUMP_VERSION = "1.0.1"
TBUMP_VERSION = "1.0.2"


class InvalidConfig(tbump.Error):
Expand Down

0 comments on commit 281e63a

Please sign in to comment.