chore: bump to 2.6.0rc3

This commit is contained in:
Henry Schreiner
2020-10-16 17:34:53 -04:00
parent 064362fbb7
commit c16da99309
3 changed files with 8 additions and 6 deletions

View File

@@ -8,5 +8,5 @@ def _to_int(s):
return s
__version__ = "2.6.0rc2"
__version__ = "2.6.0rc3"
version_info = tuple(_to_int(s) for s in __version__.split("."))