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" }