Skip to content

Commit 80f09d6

Browse files
committed
chore: Bump version to 2.5.0
1 parent b1ef079 commit 80f09d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-statemachine"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "Python Finite State Machines made easy."
55
authors = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]
66
maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]

statemachine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = """Fernando Macedo"""
66
__email__ = "fgmacedo@gmail.com"
7-
__version__ = "2.4.0"
7+
__version__ = "2.5.0"
88

99
__all__ = ["StateMachine", "State", "Event"]

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)