Skip to content

Commit

Permalink
Update modex version (#423)
Browse files Browse the repository at this point in the history
* Use ModEx 0.1.4.

* More consistent development version number.
  • Loading branch information
trisyoungs authored Jun 27, 2023
1 parent 1ff9cbe commit 5beadff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
default: 2022.4
modexTag:
type: string
default: 0.1.2
default: 0.1.4
hdf5tag:
type: string
default: hdf5-1_10_7
Expand Down
2 changes: 1 addition & 1 deletion gudpy.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: python ; coding: utf-8 -*-
VERSION = "0.5.0"
VERSION = "0.4.0"
binaries = [
(os.path.join("bin", f), '.')
for f in os.listdir("bin")
Expand Down

0 comments on commit 5beadff

Please sign in to comment.