Bump main branch version number to 6.4.dev1
This commit is contained in:
parent
e0fa53ee96
commit
0e43884f44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue