We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2667e5a commit 3892772Copy full SHA for 3892772
folding/__init__.py
@@ -1,7 +1,7 @@
1
from .protocol import JobSubmissionSynapse
2
from .validators.protein import Protein
3
4
-__version__ = "1.3.0"
+__version__ = "1.3.1"
5
version_split = __version__.split(".")
6
__spec_version__ = (
7
(10000 * int(version_split[0]))
0 commit comments