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 6, 2020
1 parent 334f73e commit 4f7b0bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tsrc"
version = "1.0.3"
version = "2.0.0"
description = "Manage groups of git repositories"
authors = ["Dimitri Merejkowsky <[email protected]>"]
readme = "README.rst"
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.3"
current = "2.0.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion tsrc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Common tools """

__version__ = "1.0.3"
__version__ = "2.0.0"

from .config import Config, parse_config # noqa
from .errors import Error, InvalidConfig # noqa
Expand Down

0 comments on commit 4f7b0bd

Please sign in to comment.