We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d3bb5 commit 1c71ef2Copy full SHA for 1c71ef2
easybuild/easyblocks/__init__.py
@@ -42,7 +42,7 @@
42
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
43
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
44
# This causes problems further up the dependency chain...
45
-VERSION = '5.1.2'
+VERSION = '5.1.3.dev0'
46
UNKNOWN = 'UNKNOWN'
47
48
0 commit comments