Skip to content

Commit 366569e

Browse files
Bump version: 1.1.2 -> 1.1.3
1 parent 22f3874 commit 366569e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.2
2+
current_version = 1.1.3
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>rc)(?P<serial>\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}{serial}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ packages = ["src/easynetwork"]
147147

148148
[tool.hatch.version]
149149
source = "vcs"
150-
fallback-version = "1.1.2"
150+
fallback-version = "1.1.3"
151151

152152
[tool.hatch.version.raw-options] # setuptools_scm options
153153
version_scheme = "no-guess-dev"

0 commit comments

Comments
 (0)