Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Apr 26, 2018
1 parent b18c966 commit 2874ab4
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.2",
version="2.0.0",
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.2"
current = "2.0.0"
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 @@ -13,7 +13,7 @@
from tbump.git_bumper import GitBumper


TBUMP_VERSION = "1.0.2"
TBUMP_VERSION = "2.0.0"


class InvalidConfig(tbump.Error):
Expand Down

0 comments on commit 2874ab4

Please sign in to comment.