We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff9cbe commit 5beadffCopy full SHA for 5beadff
2 files changed
.github/workflows/setup/action.yml
@@ -9,7 +9,7 @@ inputs:
9
default: 2022.4
10
modexTag:
11
type: string
12
- default: 0.1.2
+ default: 0.1.4
13
hdf5tag:
14
15
default: hdf5-1_10_7
gudpy.spec
@@ -1,5 +1,5 @@
1
# -*- mode: python ; coding: utf-8 -*-
2
-VERSION = "0.5.0"
+VERSION = "0.4.0"
3
binaries = [
4
(os.path.join("bin", f), '.')
5
for f in os.listdir("bin")
0 commit comments