Bump main branch version number to 6.4.dev1

This commit is contained in:
Ben Darnell 2023-05-01 16:18:31 -04:00
parent e0fa53ee96
commit 0e43884f44
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