diff --git a/CHANGES.rst b/CHANGES.rst index 33658cd..f187590 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ CHANGES ======= +9.0.2 +----- + +Sept 4, 2025 + +* Rerelease for botched wheel and tarball generation. This time for sure! + 9.0.1 ----- diff --git a/MANIFEST.in b/MANIFEST.in index e0603d1..5009950 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ include CHANGES.rst include ChangeLog include LICENSE include Makefile -recursive-include test +recursive-include pymathics *.py +recursive-include test *.py diff --git a/admin-tools/make-dist.sh b/admin-tools/make-dist.sh index ef9c26b..0697190 100755 --- a/admin-tools/make-dist.sh +++ b/admin-tools/make-dist.sh @@ -24,6 +24,7 @@ if ! pyenv local $pyversion ; then exit $? fi +rm -fr build pip wheel --wheel-dir=dist . python -m build --sdist finish diff --git a/pymathics/natlang/version.py b/pymathics/natlang/version.py index bac6451..0ad7b51 100644 --- a/pymathics/natlang/version.py +++ b/pymathics/natlang/version.py @@ -5,4 +5,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="9.0.1" # noqa +__version__="9.0.2" # noqa