We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94e5bd commit 04e9f0aCopy full SHA for 04e9f0a
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2"
+current_version = "0.3"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)(\\.(?P<patch>\\d+))?"
4
serialize = [
5
"{major}.{minor}.{patch}",
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = 'django-findreplace'
-version = '0.2'
+version = '0.3'
description = 'Django Find Replace'
readme = 'README.md'
6
maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]
0 commit comments