diff --git a/tbump.toml b/tbump.toml index 20dc399..200edd4 100644 --- a/tbump.toml +++ b/tbump.toml @@ -9,9 +9,6 @@ regex = ''' (?P\d+) \. (?P\d+) - (\- - (?P.+) - )? ''' @@ -27,7 +24,6 @@ search = 'version = "{current_version}"' [[file]] src = "tbump/cli.py" -version_template = "{major}.{minor}.{patch}" [[before_commit]] name = "Run CI"