File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.3.3'
1+ __version__ = '0.3.3-post1 '
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " imagededup"
11- version = " 0.3.3"
11+ version = " 0.3.3-post1 "
1212description = " Package for image deduplication"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
@@ -57,7 +57,7 @@ dev = [
5757]
5858
5959[tool .bumpversion ]
60- current_version = " 0.3.3"
60+ current_version = " 0.3.3-post1 "
6161commit = false
6262tag = true
6363parse = " ^(?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ -post(?P<post>\\ d+))?$"
@@ -68,7 +68,7 @@ serialize = [
6868
6969[[tool .bumpversion .files ]]
7070filename = " pyproject.toml"
71- search = ' ^ version = ".*"$ '
71+ search = ' version = "0.3.3-post1" '
7272replace = ' version = "{new_version}"'
7373
7474[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments