Merge pull request #3259 from bdarnell/version-bump
Bump main branch version number to 6.4.dev1
This commit is contained in:
commit
dc56f548fb
|
@ -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