Skip to content

Commit f5c7d7b

Browse files
committed
bump version to 5.2.2dev
1 parent 5fde7e1 commit f5c7d7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4545
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4646
# This causes problems further up the dependency chain...
47-
VERSION = '5.2.1'
47+
VERSION = '5.2.2.dev0'
4848

4949
MAJ_VER = VERSION.split('.')[0]
5050
MAJMIN_VER = '.'.join(VERSION.split('.')[0:2])

0 commit comments

Comments
 (0)