Skip to content

Commit 7ea350e

Browse files
committed
Version bump
1 parent 58268f8 commit 7ea350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hyperglot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gather a few package wide constants
33
"""
44
from os import path
5-
__version__ = "0.6.1"
5+
__version__ = "0.6.2"
66

77
DB = path.abspath(path.join(path.dirname(__file__), "data"))
88
DB_EXTRA = path.abspath(path.join(path.dirname(__file__), "extra_data"))

0 commit comments

Comments
 (0)