From 8d5850f249b7db65e7fab5f2ff9f444909498ce5 Mon Sep 17 00:00:00 2001 From: Karlson Pfannschmidt Date: Sat, 26 Jun 2021 20:13:29 +0200 Subject: [PATCH] Fix fetching the package version --- tune/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tune/__init__.py b/tune/__init__.py index 42ec6e2..a6247f8 100644 --- a/tune/__init__.py +++ b/tune/__init__.py @@ -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 (