We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f3874 commit 366569eCopy full SHA for 366569e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.2
+current_version = 1.1.3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>rc)(?P<serial>\d+))?
4
serialize =
5
{major}.{minor}.{patch}{release}{serial}
pyproject.toml
@@ -147,7 +147,7 @@ packages = ["src/easynetwork"]
147
148
[tool.hatch.version]
149
source = "vcs"
150
-fallback-version = "1.1.2"
+fallback-version = "1.1.3"
151
152
[tool.hatch.version.raw-options] # setuptools_scm options
153
version_scheme = "no-guess-dev"
0 commit comments