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 24f2326 commit 537beeaCopy full SHA for 537beea
easybuild/tools/version.py
@@ -45,7 +45,7 @@
45
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
46
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
47
# This causes problems further up the dependency chain...
48
-VERSION = LooseVersion('5.0.0.dev0')
+VERSION = LooseVersion('5.0.0beta1')
49
UNKNOWN = 'UNKNOWN'
50
UNKNOWN_EASYBLOCKS_VERSION = '0.0.UNKNOWN.EASYBLOCKS'
51
0 commit comments