Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTONITY_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.1
v1.1.2
2 changes: 1 addition & 1 deletion autonity/contracts/autonity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import web3
from web3.contract import contract

__version__ = "v1.1.1"
__version__ = "v1.1.2"


class ValidatorState(enum.IntEnum):
Expand Down
Loading