Skip to content

Commit 19f56b2

Browse files
committed
bump version to 5.0.0beta2
1 parent 8e0881a commit 19f56b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4343
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4444
# This causes problems further up the dependency chain...
45-
VERSION = '5.0.0beta1'
45+
VERSION = '5.0.0beta2'
4646
UNKNOWN = 'UNKNOWN'
4747

4848

0 commit comments

Comments
 (0)