From 695434dcd49f8c682dc3d169b3b6b53cd42d66e9 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 8 Feb 2025 08:15:18 -0500 Subject: [PATCH 1/2] Add some files to tarball/wheel Fixes #43 --- MANIFEST.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..3e55570 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,9 @@ +include README.rst +include NEWS.md +include ChangeLog +include LICENSE +include Makefile +include requirements-cython.txt +include requirements-dev.txt +include requirements-full.txt +recursive-include test *.py From 03aca3d2dfad0acedddf0201b33d096f899c13f9 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 8 Feb 2025 10:05:48 -0500 Subject: [PATCH 2/2] Bump version --- pymathics/graph/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymathics/graph/version.py b/pymathics/graph/version.py index eaab809..424b12c 100644 --- a/pymathics/graph/version.py +++ b/pymathics/graph/version.py @@ -5,4 +5,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="8.0.0" # noqa +__version__="8.0.1" # noqa