Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RedRem95 committed Mar 10, 2022
1 parent 4b4d368 commit ccf9710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion j_chess_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .communication import schema_version

__author__ = """RedRem95"""
__version__ = '0.7.0'
__version__ = '0.7.1'
__schema_version__ = schema_version

logger.info(f"Loading j-chess-lib v-{__version__} by {__author__}. Using schema-version v-{schema_version}")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.7.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self) -> None:
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/RedRem95/j_chess_lib',
version='0.7.0',
version='0.7.1',
zip_safe=True,
cmdclass=cmd_classes,
)

0 comments on commit ccf9710

Please sign in to comment.