Skip to content

Commit dd6f3c9

Browse files
committed
chore: bump version to 3.0.0
1 parent 4a554f9 commit dd6f3c9

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.6.0"
3+
version = "3.0.0"
44
description = "Python Finite State Machines made easy."
55
authors = [{ name = "Fernando Macedo", email = "fgmacedo@gmail.com" }]
66
maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail.com" }]

statemachine/__init__.py

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

88
__author__ = """Fernando Macedo"""
99
__email__ = "fgmacedo@gmail.com"
10-
__version__ = "2.6.0"
10+
__version__ = "3.0.0"
1111

1212
__all__ = ["StateChart", "StateMachine", "State", "HistoryState", "Event", "TModel"]

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)