From d908f7143ee050c36b13448dc9c078bd11c3b042 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Fri, 8 Dec 2023 02:36:59 -0800 Subject: [PATCH] Set version to 1.0.0 PiperOrigin-RevId: 589065204 Change-Id: I43172b62ff90f0fa4fac7a731b698d4a47944ca0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b745811..f4101d48 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='gdm-concordia', - version='1.0.0.dev.4', + version='1.0.0', license='Apache 2.0', license_files=['LICENSE'], url='https://github.com/google-deepmind/concordia',