Skip to content

Commit 4692381

Browse files
committed
Bump version: 2.4.1 → 2.5.0
1 parent d2763dc commit 4692381

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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 = 2.4.0
2+
current_version = 2.5.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-kanka"
7-
version = "2.4.1"
7+
version = "2.5.0"
88
description = "Python client for the Kanka API"
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/kanka/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for python-kanka."""
22

3-
__version__ = "2.4.1"
3+
__version__ = "2.5.0"

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)