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

Commit

Permalink
Merge pull request #11 from FerranMarin/bump-version
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
FerranMarin authored Oct 16, 2022
2 parents 7d34d9f + f575432 commit cf91df3
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.1.2'
__version__ = '2.1.3'
__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.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 <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.1.2'
assert axie_utils.__version__ == '2.1.3'


def test_init():
Expand Down

0 comments on commit cf91df3

Please sign in to comment.