Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Feb 5, 2020
1 parent 2a6620b commit c0b426b
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.2"
version = "1.0.3"
description = "Manage multiple repositories git repositories - review automation"
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.2"
current = "1.0.3"
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.2"
__version__ = "1.0.3"

from .config import parse_config, dump_config # noqa
from .config import ( # noqa
Expand Down

0 comments on commit c0b426b

Please sign in to comment.