Skip to content

Commit 34f3ebb

Browse files
authored
Merge pull request #22384 from boegel/5.0.0beta2
bump version to 5.0.0beta2
2 parents 9a09cc7 + 0d161f5 commit 34f3ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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.0.0beta1'
47+
VERSION = '5.0.0beta2'
4848

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

0 commit comments

Comments
 (0)