File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11CHANGES
22=======
33
4+ 9.0.2
5+ -----
6+
7+ Sept 4, 2025
8+
9+ * Rerelease for botched wheel and tarball generation. This time for sure!
10+
4119.0.1
512-----
613
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ include CHANGES.rst
33include ChangeLog
44include LICENSE
55include Makefile
6- recursive-include test
6+ recursive-include pymathics *.py
7+ recursive-include test *.py
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ if ! pyenv local $pyversion ; then
2424 exit $?
2525fi
2626
27+ rm -fr build
2728pip wheel --wheel-dir=dist .
2829python -m build --sdist
2930finish
Original file line number Diff line number Diff line change 55# well as importing into Python. That's why there is no
66# space around "=" below.
77# fmt: off
8- __version__ = "9.0.1 " # noqa
8+ __version__ = "9.0.2 " # noqa
You can’t perform that action at this time.
0 commit comments