From d938298e2e0426d1bebbab55ce6f5e8516b24a48 Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Tue, 9 Jan 2024 21:10:31 -0500 Subject: [PATCH] attempting rc7 --- .github/workflows/testrelease_binary.yml | 2 +- mfem/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testrelease_binary.yml b/.github/workflows/testrelease_binary.yml index 2bd5777a..23c4ba93 100644 --- a/.github/workflows/testrelease_binary.yml +++ b/.github/workflows/testrelease_binary.yml @@ -129,7 +129,7 @@ jobs: ls -l apt-get update - apt-get install -y zlib1g-dbg + #apt-get install -y zlib1g-dbg apt-get install -y chrpath mkdir dist diff --git a/mfem/__init__.py b/mfem/__init__.py index 8bb45c86..0f81db9d 100644 --- a/mfem/__init__.py +++ b/mfem/__init__.py @@ -20,5 +20,5 @@ def debug_print(message): print(message) -__version__ = '4.6.0.0rc6' +__version__ = '4.6.0.0rc7'