Skip to content

Commit

Permalink
attempting rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 10, 2024
1 parent 945af37 commit d938298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testrelease_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mfem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def debug_print(message):

print(message)

__version__ = '4.6.0.0rc6'
__version__ = '4.6.0.0rc7'

0 comments on commit d938298

Please sign in to comment.