File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22/.python-version
33/ChangeLog
44/ChangeLog-spell-corrected
5- /Mathics3_hello.egg-info
5+ /ChangeLog.orig
6+ /Mathics3_Module_hello.egg-info
67/build
78/dist
8- /pymathics_hello.egg-info
9- /pymathics_test.egg-info
109__pycache__
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ all: develop
2525build :
2626 $(PYTHON ) ./setup.py build
2727
28+ # : Make PyPI distribution
29+ dist :
30+ ./admin-tools/make-dist.sh
31+
2832# : Check Python version, and install PyPI dependencies
2933pypi-setup :
3034 $(PIP ) install -e .
Original file line number Diff line number Diff line change 55# well as importing into Python. That's why there is no
66# space around "=" below.
77# fmt: off
8- __version__ = "9.0.1 " # noqa
8+ __version__ = "9.0.2.dev0 " # noqa
You can’t perform that action at this time.
0 commit comments