Skip to content

Commit

Permalink
Fix fetching the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Jun 26, 2021
1 parent 361a9e1 commit 8d5850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Karlson Pfannschmidt"""
__email__ = "kiudee@mail.upb.de"
__version__ = version(__name__)
__version__ = version("chess-tuning-tools")

from tune.io import InitStrings, load_tuning_config, parse_ranges
from tune.local import (
Expand Down

0 comments on commit 8d5850f

Please sign in to comment.