From 86a0b8ec7a39698a7c2974420c4696ea4cb5743a Mon Sep 17 00:00:00 2001 From: Augustin Zidek Date: Thu, 25 Aug 2022 02:58:29 -0700 Subject: [PATCH] Bump the version to 2.2.3. PiperOrigin-RevId: 469945208 Change-Id: Ic331b8d781c4fa92ad8bda132a20f89aa2ad72f6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec03dfcaa..572bc0b72 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='alphafold', - version='2.2.2', + version='2.2.3', 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.',