We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be45c42 commit 3da051eCopy full SHA for 3da051e
2 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1"
+current_version = "0.2"
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 = 'pyimgproxy'
-version = '0.1'
+version = '0.2'
description = 'Python client for imgproxy'
readme = 'README.md'
6
maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }]
0 commit comments