Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed May 23, 2022
1 parent 320924e commit ac1fdf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iscc_observer_evm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
from iscc_observer_evm.settings import *
from iscc_observer_evm.registry import *
from iscc_observer_evm.chain import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iscc-observer-evm"
version = "0.2.0"
version = "0.2.1"
description = "ISCC Decentralized Content Registry - Observer Service for EVM based Blockchains."
authors = ["Titusz <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_iscc_observer_evm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.2.0"
assert __version__ == "0.2.1"

0 comments on commit ac1fdf1

Please sign in to comment.