diff --git a/axie-utils/axie_utils/__init__.py b/axie-utils/axie_utils/__init__.py index 24d4f26..7cdb85f 100644 --- a/axie-utils/axie_utils/__init__.py +++ b/axie-utils/axie_utils/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.1.2' +__version__ = '2.1.3' __all__ = [ 'Axies', 'AxieGraphQL', diff --git a/axie-utils/pyproject.toml b/axie-utils/pyproject.toml index e1569a2..fbb6089 100644 --- a/axie-utils/pyproject.toml +++ b/axie-utils/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "axie-utils" -version = "2.1.2" +version = "2.1.3" description = "Library that provides the functionality you need to build your own axie Infinity python tools" authors = ["Ferran Marin "] license = "GNU LGPLv3" diff --git a/axie-utils/tests/test_module.py b/axie-utils/tests/test_module.py index 199d5c1..58090b6 100644 --- a/axie-utils/tests/test_module.py +++ b/axie-utils/tests/test_module.py @@ -2,7 +2,7 @@ def test_version(): - assert axie_utils.__version__ == '2.1.2' + assert axie_utils.__version__ == '2.1.3' def test_init():