Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FerranMarin committed Apr 2, 2022
1 parent 5797c69 commit cd6e878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion axie-utils/axie_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.0.6'
__version__ = '2.0.7'
__all__ = [
'Axies',
'AxieGraphQL',
Expand Down
2 changes: 1 addition & 1 deletion axie-utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "axie-utils"
version = "2.0.6"
version = "2.0.7"
description = "Library that provides the functionality you need to build your own axie Infinity python tools"
authors = ["Ferran Marin <ferran.marin.llobet@gmail.com>"]
license = "GNU LGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion axie-utils/tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_version():
assert axie_utils.__version__ == '2.0.6'
assert axie_utils.__version__ == '2.0.7'


def test_init():
Expand Down

0 comments on commit cd6e878

Please sign in to comment.