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.
1 parent 96992c4 commit 1b0664cCopy full SHA for 1b0664c
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-statemachine"
3
-version = "2.1.0"
+version = "2.1.1"
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.1.0"
+__version__ = "2.1.1"
7
8
__all__ = ["StateMachine", "State"]
0 commit comments