Skip to content

Commit 5a6292c

Browse files
committed
v4.6.0.0
1 parent cecfc48 commit 5a6292c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_binary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: make_sdist
4141
strategy:
4242
matrix:
43-
pythonpath: ["cp37-cp37m", "cp38-cp38", "cp39-cp39","cp310-cp310"]
43+
pythonpath: ["cp37-cp37m", "cp38-cp38", "cp39-cp39", "cp310-cp310"]
4444

4545
runs-on: ubuntu-latest
4646
container: quay.io/pypa/manylinux2014_x86_64

mfem/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def debug_print(message):
2020

2121
print(message)
2222

23-
__version__ = '4.6.0.0rc8'
23+
__version__ = '4.6.1.0'
2424

0 commit comments

Comments
 (0)