File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ def _is_development_version() -> bool:
9696 """Check if this is a development version"""
9797 return __prerelease__ is not None or _get_git_version () is not None
9898
99- # Public API
100- __version__ = _get_version_string ()
99+ # Public API - Static version for build tools
100+ __version__ = "0.8.0" # Updated by version manager
101101__version_info_tuple__ = VersionInfo (
102102 major = __version_info__ [0 ],
103103 minor = __version_info__ [1 ],
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Issues = "https://github.com/s4dhulabs/vimana-framework/issues"
9696
9797[tool .hatch .version ]
9898path = " core/_version.py"
99+ pattern = " __version__ = ['\" ](?P<version>[^'\" ]+)['\" ]"
99100
100101[tool .hatch .build .targets .wheel ]
101102packages = [" vimana" ]
You can’t perform that action at this time.
0 commit comments