From 7ea350e0f097bd6292d798f0c92a99b6dbab9b1d Mon Sep 17 00:00:00 2001 From: Johannes Neumeier Date: Fri, 22 Mar 2024 15:31:58 +0200 Subject: [PATCH] Version bump --- lib/hyperglot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))