chore: post-release (#3128)

This commit is contained in:
Henry Schreiner
2021-07-17 11:50:42 -04:00
committed by GitHub
parent 65e95ea867
commit 74935f8d67
4 changed files with 41 additions and 34 deletions

View File

@@ -8,5 +8,5 @@ def _to_int(s):
return s
__version__ = "2.7.0"
__version__ = "2.7.1.dev1"
version_info = tuple(_to_int(s) for s in __version__.split("."))