Skip to content

Commit 80d5c90

Browse files
committed
chore: bump version to 3.1.0
1 parent ad33a1f commit 80d5c90

3 files changed

Lines changed: 800 additions & 798 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 = "3.0.0"
3+
version = "3.1.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
@@ -8,7 +8,7 @@
88

99
__author__ = """Fernando Macedo"""
1010
__email__ = "fgmacedo@gmail.com"
11-
__version__ = "3.0.0"
11+
__version__ = "3.1.0"
1212

1313
__all__ = [
1414
"StateChart",

0 commit comments

Comments
 (0)