Skip to content

Commit d1e1bb4

Browse files
committed
Merge tag '2.1.1' into develop
2.1.1 bugfix release
2 parents 96992c4 + 0b2c6cd commit d1e1bb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-statemachine"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Python Finite State Machines made easy."
55
authors = ["Fernando Macedo <fgmacedo@gmail.com>"]
66
maintainers = [

statemachine/__init__.py

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

44
__author__ = """Fernando Macedo"""
55
__email__ = "fgmacedo@gmail.com"
6-
__version__ = "2.1.0"
6+
__version__ = "2.1.1"
77

88
__all__ = ["StateMachine", "State"]

0 commit comments

Comments
 (0)