From 122cc24aed5cd466c170dbf3c3f1e2b78eea6bbc Mon Sep 17 00:00:00 2001 From: zhangyuxuann Date: Mon, 6 Jan 2025 16:19:07 +0800 Subject: [PATCH] update protenix to 0.3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8353bcd..97d1808 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="protenix", python_requires=">=3.10", - version="0.3.6", + version="0.3.7", description="A trainable PyTorch reproduction of AlphaFold 3.", author="Bytedance Inc.", url="https://github.com/bytedance/Protenix",