Skip to content

Commit 855b945

Browse files
committed
Bump version and fix CI config
1 parent e03586f commit 855b945

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install pytest
3232
# Can remove after next Mathics-core release
3333
#python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
34-
python -m pip install -e Mathics3[full]
34+
python -m pip install Mathics3[full]
3535
- name: Install pymathics.natlang
3636
run: |
3737
pip install -e .

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install pytest
2929
# Can remove after next Mathics-core release
3030
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31-
python -m pip install -e Mathics3[full]
31+
python -m pip install Mathics3[full]
3232
- name: Install pymathics.natlang
3333
run: |
3434
pip install -e .

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install pytest
2828
# Can remove after next Mathics-core release
2929
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
30-
python -m pip install -e Mathics3[full]
30+
python -m pip install Mathics3[full]
3131
- name: Install pymathics.natlang
3232
run: |
3333
pip install -e .

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__="5.0.0" # noqa
8+
__version__="5.0.1.dev0" # noqa

0 commit comments

Comments
 (0)