Skip to content

Commit 3892772

Browse files
authored
bump version
1 parent 2667e5a commit 3892772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folding/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .protocol import JobSubmissionSynapse
22
from .validators.protein import Protein
33

4-
__version__ = "1.3.0"
4+
__version__ = "1.3.1"
55
version_split = __version__.split(".")
66
__spec_version__ = (
77
(10000 * int(version_split[0]))

0 commit comments

Comments
 (0)