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.
1 parent e1e78d1 commit 60e46ebCopy full SHA for 60e46eb
CHANGES.rst
@@ -3,6 +3,11 @@
3
CHANGES
4
=======
5
6
+5.0.2
7
+-----
8
+
9
+Get in `requirements-cython.txt`` into tarball
10
11
12
5.0.1
13
-----
MANIFEST.in
@@ -4,6 +4,7 @@ include ChangeLog
include COPYING.txt
include FUTURE.rst
include Makefile
+include requirements-cython.txt
include requirements-dev.txt
include requirements-full.txt
recursive-include mathics *.py
mathics/version.py
@@ -5,4 +5,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
-__version__="5.0.1" # noqa
+__version__="5.0.2" # noqa
0 commit comments