Skip to content

Commit

Permalink
Bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Dec 26, 2023
1 parent 44ea9a9 commit a3cbb89
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
Expand Up @@ -3,7 +3,7 @@ profile = "black"

[tool.poetry]
name = "tsrc"
version = "3.0.0"
version = "3.0.1"
description = "Manage groups of git repositories"
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/your-tools/tsrc"

[version]
current = "3.0.0"
current = "3.0.1"
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 +1 @@
__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit a3cbb89

Please sign in to comment.