Skip to content

Commit cb48fd3

Browse files
Bump version: 1.0.0 -> 1.1.0
1 parent d99ac0e commit cb48fd3

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.0.0
2+
current_version = 1.1.0
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
@@ -146,7 +146,7 @@ packages = ["src/easynetwork"]
146146

147147
[tool.hatch.version]
148148
source = "vcs"
149-
fallback-version = "1.0.0"
149+
fallback-version = "1.1.0"
150150

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

0 commit comments

Comments
 (0)