We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ba446 commit ba09f9fCopy full SHA for ba09f9f
.github/workflows/isort-and-black-checks.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Set up Python 3.11
14
uses: actions/setup-python@v5
15
with:
mathicsscript/version.py
@@ -4,4 +4,4 @@
4
# well as importing into Python. That's why there is no
5
# space around "=" below.
6
# fmt: off
7
-__version__="9.0.1.dev0" # noqa
+__version__="10.0.0.dev0" # noqa
0 commit comments