From 623cc1151c8fa7b823c99e30c4645539a72e03ad Mon Sep 17 00:00:00 2001 From: Augustin Zidek Date: Mon, 13 Jun 2022 03:53:31 -0700 Subject: [PATCH] Bump AlphaFold version to 2.2.1. PiperOrigin-RevId: 454568110 Change-Id: Icd82696dacc250cfc3b7b71fc71d9fcd7669d032 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aced1883..99e2283c4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='alphafold', - version='2.2.0', + version='2.2.1', description='An implementation of the inference pipeline of AlphaFold v2.0.' 'This is a completely new model that was entered as AlphaFold2 in CASP14 ' 'and published in Nature.',