From 73ae17946189473730f57c2394be28f089a7e55d Mon Sep 17 00:00:00 2001 From: lucidrains Date: Thu, 30 May 2024 05:22:38 -0700 Subject: [PATCH] 0.0.66 --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1decb707..3a8db287 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Getting a fair number of emails. You can chat with me about this work Alex for fixing various issues in the transcribed algorithms +- Heng for pointing out inconsistencies with the paper and pull requesting the solutions + ## Install ```bash diff --git a/pyproject.toml b/pyproject.toml index ba53a827..32f85cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "alphafold3-pytorch" -version = "0.0.65" +version = "0.0.66" description = "Alphafold 3 - Pytorch" authors = [ { name = "Phil Wang", email = "lucidrains@gmail.com" }