Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RedRem95 committed Mar 26, 2022
1 parent dcdeb9c commit b8a3d8e
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 @@ -16,7 +16,7 @@
from .communication import schema_version

__author__ = """RedRem95"""
__version__ = '0.10.1'
__version__ = '0.10.2'
__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.10.1
current_version = 0.10.2
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.10.1',
version='0.10.2',
zip_safe=True,
cmdclass=cmd_classes,
)

0 comments on commit b8a3d8e

Please sign in to comment.