Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kontur committed Mar 22, 2024
1 parent 58268f8 commit 7ea350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hyperglot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 7ea350e

Please sign in to comment.