diff --git a/AUTONITY_VERSION b/AUTONITY_VERSION index 56130fb..0f1acbd 100644 --- a/AUTONITY_VERSION +++ b/AUTONITY_VERSION @@ -1 +1 @@ -v1.1.1 +v1.1.2 diff --git a/autonity/contracts/autonity.py b/autonity/contracts/autonity.py index 15faef3..01fe0f8 100644 --- a/autonity/contracts/autonity.py +++ b/autonity/contracts/autonity.py @@ -11,7 +11,7 @@ import web3 from web3.contract import contract -__version__ = "v1.1.1" +__version__ = "v1.1.2" class ValidatorState(enum.IntEnum):