diff --git a/lib/hyperglot/__init__.py b/lib/hyperglot/__init__.py index e6ef9e4d..d48f22f5 100644 --- a/lib/hyperglot/__init__.py +++ b/lib/hyperglot/__init__.py @@ -2,7 +2,7 @@ Gather a few package wide constants """ from os import path -__version__ = "0.6.1" +__version__ = "0.6.2" DB = path.abspath(path.join(path.dirname(__file__), "data")) DB_EXTRA = path.abspath(path.join(path.dirname(__file__), "extra_data"))