Skip to content

Commit

Permalink
Bump version to 5.0.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Apr 7, 2023
1 parent 8c596b3 commit 1c38f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
# This causes problems further up the dependency chain...
VERSION = LooseVersion('4.7.2.dev0')
VERSION = LooseVersion('5.0.0.dev0')
UNKNOWN = 'UNKNOWN'


Expand Down

0 comments on commit 1c38f4b

Please sign in to comment.