Skip to content

Commit 3bdcc27

Browse files
authored
Merge pull request #325 from macrocosm-os/fix/version-1.4.3
Increase version to 1.4.3
2 parents 249d9f1 + cd4c6c6 commit 3bdcc27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.2"
4+
__version__ = "1.4.3"
55
version_split = __version__.split(".")
66
__spec_version__ = (10000 * int(version_split[0])) + (100 * int(version_split[1])) + (1 * int(version_split[2]))
77

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "folding"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "Macrocosmos Subnet 25: Folding"
55
authors = ["Brian McCrindle <[email protected]>", "Sergio Champoux <[email protected]>", "Szymon Fonau <[email protected]>"]
66

0 commit comments

Comments
 (0)