We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6736b54 commit 3bb0a5eCopy full SHA for 3bb0a5e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.3
+current_version = 1.1.4
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
@@ -152,7 +152,7 @@ packages = ["src/easynetwork"]
152
153
[tool.hatch.version]
154
source = "vcs"
155
-fallback-version = "1.1.3"
+fallback-version = "1.1.4"
156
157
[tool.hatch.version.raw-options] # setuptools_scm options
158
version_scheme = "no-guess-dev"
0 commit comments