Commit 9806c29
committed
Implement automatic version metadata sync
This version value has historically been manually updated, but modern
python versions include a version library to read the version of the
library you are currently running, so the library itself can read its
own package version and provide it to users here.
Primary difference here is instead of manual version in tuple with
auto-string generation, now we use the package string then auto-generate
the tuple-of-integers version from the string version.
Fixes #471 parent f84d731 commit 9806c29
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments