We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4273c3 + 03aca3d commit b2370ffCopy full SHA for b2370ff
MANIFEST.in
@@ -0,0 +1,9 @@
1
+include README.rst
2
+include NEWS.md
3
+include ChangeLog
4
+include LICENSE
5
+include Makefile
6
+include requirements-cython.txt
7
+include requirements-dev.txt
8
+include requirements-full.txt
9
+recursive-include test *.py
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
0 commit comments