Commit 393e2ec
fix: Import version directly from _version module in release workflow
The version check was failing because it tried to import from the main
__init__.py which imports cli.py, which in turn imports click. Since
dependencies aren't installed at this point, the import fails.
Changed to import directly from _version module which has no dependencies.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f9643d6 commit 393e2ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments