Skip to content

Commit

Permalink
revert changes used to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rulrn committed Dec 5, 2023
1 parent ddee45f commit b57ea93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ regex = '''
(?P<minor>\d+)
\.
(?P<patch>\d+)
(\-
(?P<extra>.+)
)?
'''


Expand All @@ -27,7 +24,6 @@ search = 'version = "{current_version}"'

[[file]]
src = "tbump/cli.py"
version_template = "{major}.{minor}.{patch}"

[[before_commit]]
name = "Run CI"
Expand Down

0 comments on commit b57ea93

Please sign in to comment.