[skip ci] Tweaks in preparation for the 2.8.1 release. (#3421)

This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-10-27 14:35:10 -07:00
committed by GitHub
parent f1594cb960
commit f7b499615e
4 changed files with 17 additions and 15 deletions

View File

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