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 3, 2022
1 parent 8dbdfd0 commit 230bb0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion axie-scholar-utilities/source/axie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.0.5'
__version__ = '3.0.6'
__all__ = [
'AxiePaymentsManager',
'AxieClaimsManager',
Expand Down
2 changes: 1 addition & 1 deletion axie-scholar-utilities/source/axie_scholar_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def check_file(file):

def run_cli():
""" Wrapper function for testing purposes"""
args = docopt(__doc__, version='Axie Scholar Payments CLI v3.0.5')
args = docopt(__doc__, version='Axie Scholar Payments CLI v3.0.6')
if args['payout']:
logging.info("I shall help you pay!")
payments_file_path = args['<payments_file>']
Expand Down
2 changes: 1 addition & 1 deletion axie-scholar-utilities/source/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Axie Scholar Utilities"
version = "3.0.5"
version = "3.0.6"
description = "Package to automate activites related to manage Axie Infinity Scholars. Specially aimed at managers with large scholar roasters."
authors = ["Ferran Marin <ferran.marin.llobet@gmail.com>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion axie-scholar-utilities/source/trezor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.0.5'
__version__ = '3.0.6'
__all__ = [
'TrezorAccountsSetup',
'TrezorAxiePaymentsManager',
Expand Down
2 changes: 1 addition & 1 deletion axie-scholar-utilities/source/trezor_axie_scholar_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def check_file(file):

def run_cli():
""" Wrapper function for testing purposes"""
args = docopt(__doc__, version='Trezor Axie Scholar Payments CLI v3.0.5')
args = docopt(__doc__, version='Trezor Axie Scholar Payments CLI v3.0.6')
if args['payout']:
logging.info("I shall help you pay!")
payments_file_path = args['<payments_file>']
Expand Down

0 comments on commit 230bb0d

Please sign in to comment.