We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58268f8 commit 7ea350eCopy full SHA for 7ea350e
lib/hyperglot/__init__.py
@@ -2,7 +2,7 @@
2
Gather a few package wide constants
3
"""
4
from os import path
5
-__version__ = "0.6.1"
+__version__ = "0.6.2"
6
7
DB = path.abspath(path.join(path.dirname(__file__), "data"))
8
DB_EXTRA = path.abspath(path.join(path.dirname(__file__), "extra_data"))
0 commit comments