We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7106c2d + 5a9da9f commit 1f63e19Copy full SHA for 1f63e19
folding/__init__.py
@@ -1,7 +1,7 @@
1
from .protocol import FoldingSynapse
2
from .validators.protein import Protein
3
4
-__version__ = "0.0.1"
+__version__ = "0.0.2"
5
version_split = __version__.split(".")
6
__spec_version__ = (
7
(10000 * int(version_split[0]))
0 commit comments