Sync from development - prepare for v0.1.2

This commit is contained in:
Omni
2025-09-14 21:54:18 +01:00
parent c20a27dd90
commit 0b6e32beac
11 changed files with 833 additions and 4874 deletions

View File

@@ -37,8 +37,8 @@ def get_latest_release_info():
def get_current_version():
# This should match however Jackify stores its version
try:
from src import version
return version.__version__
from jackify import __version__
return __version__
except ImportError:
return None