Skip to content

Commit 0ccad31

Browse files
committed
chore: bumped version to 2.41.0
1 parent 1c06c0f commit 0ccad31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flockwave-server"
3-
version = "2.40.4"
3+
version = "2.41.0"
44
description = "Skybrush server component"
55
authors = [
66
{ name = "Tamas Nepusz", email = "tamas@collmot.com" },

src/flockwave/server/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 40, 4)
1+
__version_info__ = (2, 41, 0)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
current = "2.40.4"
2+
current = "2.41.0"
33
regex = '''
44
(?P<major>\d+)
55
\.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)