Skip to content

Commit ba09f9f

Browse files
committed
Administrivia
1 parent f4ba446 commit ba09f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/isort-and-black-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Set up Python 3.11
1414
uses: actions/setup-python@v5
1515
with:

mathicsscript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="9.0.1.dev0" # noqa
7+
__version__="10.0.0.dev0" # noqa

0 commit comments

Comments
 (0)