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 1
1
CHANGES
2
2
=======
3
3
4
+ 9.0.2
5
+ -----
6
+
7
+ Sept 4, 2025
8
+
9
+ * Rerelease for botched wheel and tarball generation. This time for sure!
10
+
4
11
9.0.1
5
12
-----
6
13
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ include CHANGES.rst
3
3
include ChangeLog
4
4
include LICENSE
5
5
include 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
24
24
exit $?
25
25
fi
26
26
27
+ rm -fr build
27
28
pip wheel --wheel-dir=dist .
28
29
python -m build --sdist
29
30
finish
Original file line number Diff line number Diff line change 5
5
# well as importing into Python. That's why there is no
6
6
# space around "=" below.
7
7
# 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