Skip to content

Commit 3bb0a5e

Browse files
Bump version: 1.1.3 -> 1.1.4
1 parent 6736b54 commit 3bb0a5e

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.3
2+
current_version = 1.1.4
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
@@ -152,7 +152,7 @@ packages = ["src/easynetwork"]
152152

153153
[tool.hatch.version]
154154
source = "vcs"
155-
fallback-version = "1.1.3"
155+
fallback-version = "1.1.4"
156156

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

0 commit comments

Comments
 (0)