Skip to content

Commit 1db51e6

Browse files
committed
Bump version to
1 parent a9acf27 commit 1db51e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

imagededup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.3'
1+
__version__ = '0.3.3-post1'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "imagededup"
11-
version = "0.3.3"
11+
version = "0.3.3-post1"
1212
description = "Package for image deduplication"
1313
readme = "README.md"
1414
license = { 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"
6161
commit = false
6262
tag = true
6363
parse = "^(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-post(?P<post>\\d+))?$"
@@ -68,7 +68,7 @@ serialize = [
6868

6969
[[tool.bumpversion.files]]
7070
filename = "pyproject.toml"
71-
search = '^version = ".*"$'
71+
search = 'version = "0.3.3-post1"'
7272
replace = 'version = "{new_version}"'
7373

7474
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)