Skip to content

Commit

Permalink
bump version to 4.9.4dev
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 14, 2024
1 parent f6b28bc commit df11a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.9.3')
VERSION = LooseVersion('4.9.4.dev0')
UNKNOWN = 'UNKNOWN'
UNKNOWN_EASYBLOCKS_VERSION = '0.0.UNKNOWN.EASYBLOCKS'

Expand Down

0 comments on commit df11a8f

Please sign in to comment.