Skip to content

Commit c8bee7a

Browse files
committed
Bump version
1 parent 985ae96 commit c8bee7a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
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__

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ all: develop
2525
build:
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
2933
pypi-setup:
3034
$(PIP) install -e .

pymathics/hello/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
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

0 commit comments

Comments
 (0)