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 8e0881a commit 19f56b2Copy full SHA for 19f56b2
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.0.0beta1'
+VERSION = '5.0.0beta2'
46
UNKNOWN = 'UNKNOWN'
47
48
0 commit comments