Skip to content

Commit 6a0be84

Browse files
committed
Get ready for release 9.0.1
1 parent e8c61f0 commit 6a0be84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

admin-tools/check-versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
1919
exit $?
2020
fi
2121
make clean && pip install -e .
22+
make develop
2223
if ! make check; then
2324
exit $?
2425
fi

pymathics/natlang/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.0" # noqa
8+
__version__="9.0.1" # noqa

0 commit comments

Comments
 (0)