We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6e37cd + 15d8e3b commit abf8bcbCopy full SHA for abf8bcb
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-statemachine"
3
-version = "2.3.3"
+version = "2.3.4"
4
description = "Python Finite State Machines made easy."
5
authors = ["Fernando Macedo <fgmacedo@gmail.com>"]
6
maintainers = [
statemachine/__init__.py
@@ -3,6 +3,6 @@
__author__ = """Fernando Macedo"""
__email__ = "fgmacedo@gmail.com"
-__version__ = "2.3.3"
+__version__ = "2.3.4"
7
8
__all__ = ["StateMachine", "State"]
0 commit comments