From 5cb2f8c480aa8314c02a93c6fbfc3f48f0ce8af0 Mon Sep 17 00:00:00 2001 From: Hamish Tomlinson Date: Wed, 21 Sep 2022 08:32:21 -0700 Subject: [PATCH] Bump version to 2.2.4 PiperOrigin-RevId: 475836098 Change-Id: Ic01685bcc7c7655cbccdfd379bf9d840a8adfd23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 572bc0b72..3871014c1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='alphafold', - version='2.2.3', + version='2.2.4', 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.',