Skip to content

Commit 5beadff

Browse files
authored
Update modex version (#423)
* Use ModEx 0.1.4. * More consistent development version number.
1 parent 1ff9cbe commit 5beadff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
default: 2022.4
1010
modexTag:
1111
type: string
12-
default: 0.1.2
12+
default: 0.1.4
1313
hdf5tag:
1414
type: string
1515
default: hdf5-1_10_7

gudpy.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: python ; coding: utf-8 -*-
2-
VERSION = "0.5.0"
2+
VERSION = "0.4.0"
33
binaries = [
44
(os.path.join("bin", f), '.')
55
for f in os.listdir("bin")

0 commit comments

Comments
 (0)