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 e8c61f0 commit 6a0be84Copy full SHA for 6a0be84
admin-tools/check-versions.sh
@@ -19,6 +19,7 @@ for version in $PYVERSIONS; do
19
exit $?
20
fi
21
make clean && pip install -e .
22
+ make develop
23
if ! make check; then
24
25
pymathics/natlang/version.py
@@ -5,4 +5,4 @@
5
# well as importing into Python. That's why there is no
6
# space around "=" below.
7
# fmt: off
8
-__version__="9.0.0" # noqa
+__version__="9.0.1" # noqa
0 commit comments