We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985ae96 commit c8bee7aCopy full SHA for c8bee7a
3 files changed
.gitignore
@@ -2,9 +2,8 @@
2
/.python-version
3
/ChangeLog
4
/ChangeLog-spell-corrected
5
-/Mathics3_hello.egg-info
+/ChangeLog.orig
6
+/Mathics3_Module_hello.egg-info
7
/build
8
/dist
-/pymathics_hello.egg-info
9
-/pymathics_test.egg-info
10
__pycache__
Makefile
@@ -25,6 +25,10 @@ all: develop
25
build:
26
$(PYTHON) ./setup.py build
27
28
+#: Make PyPI distribution
29
+dist:
30
+ ./admin-tools/make-dist.sh
31
+
32
#: Check Python version, and install PyPI dependencies
33
pypi-setup:
34
$(PIP) install -e .
pymathics/hello/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.dev0" # noqa
0 commit comments