Set version number to 6.2b1

This commit is contained in:
Ben Darnell 2022-06-10 12:23:33 -04:00
parent 54418e392b
commit 0e60e70d6f
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
version = "6.2.dev1"
version_info = (6, 2, 0, -100)
version = "6.2b1"
version_info = (6, 2, 0, -99)