Skip to content

Commit

Permalink
bump version to 4.9.5dev
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 22, 2024
1 parent 71cbb00 commit a3bdfef
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.4')
VERSION = LooseVersion('4.9.5.dev0')
UNKNOWN = 'UNKNOWN'
UNKNOWN_EASYBLOCKS_VERSION = '0.0.UNKNOWN.EASYBLOCKS'

Expand Down

0 comments on commit a3bdfef

Please sign in to comment.