Call this Biopython 1.83

This commit is contained in:
Peter Cock
2024-01-10 10:07:54 +00:00
parent 2b71fefeaf
commit 8bd257a41b

View File

@ -15,7 +15,7 @@ https://biopython.org
import os
import warnings
__version__ = "1.83.dev0"
__version__ = "1.83"
class MissingExternalDependencyError(Exception):