Merge pull request #3259 from bdarnell/version-bump

Bump main branch version number to 6.4.dev1
This commit is contained in:
Ben Darnell 2023-05-01 16:31:54 -04:00 committed by GitHub
commit dc56f548fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
# 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.3.1"
version_info = (6, 3, 1, 0)
version = "6.4.dev1"
version_info = (6, 4, 0, -100)
import importlib
import typing