Skip to content

Commit

Permalink
bump version to 4.6.3dev
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 21, 2022
1 parent 1cd22a4 commit f11d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,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 = '4.6.2'
VERSION = '4.6.3.dev0'

MAJ_VER = VERSION.split('.')[0]
MAJMIN_VER = '.'.join(VERSION.split('.')[0:2])
Expand Down

0 comments on commit f11d34b

Please sign in to comment.