Commit 4d06b40
LittleCoinCoin
refactor: remove outdated __version__ from hatch/__init__.py
Remove hardcoded version string (__version__ = '0.4.0') from hatch/__init__.py.
This eliminates version duplication and establishes pyproject.toml as the single
source of truth for version information. Version will now be retrieved dynamically
via importlib.metadata.version('hatch').
Breaking change: Code that relied on hatch.__version__ will need to use
importlib.metadata.version('hatch') instead.
Related to: Phase 1 analysis (version_command_analysis_v1.md)1 parent ac9919b commit 4d06b40
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments