From 798b01550ac22b8c494b9b0df9f2cbd504759731 Mon Sep 17 00:00:00 2001 From: Richard Plevin Date: Tue, 14 Nov 2017 14:06:09 -0800 Subject: [PATCH] Release 1.0.0 --- README.rst | 2 +- pygcam/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 500e0f07..10725347 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Who do I talk to? Release Notes ============== -Version 1.0rc6 (14 Nov 2017) +Version 1.0.0 (14 Nov 2017) ----------------------------- * Added code to gcam sub-command to create link to java libs on macOS, as is done in the run-gcam.command script in the Mac distribution. diff --git a/pygcam/version.py b/pygcam/version.py index 4d96e4e3..96faed2b 100644 --- a/pygcam/version.py +++ b/pygcam/version.py @@ -1 +1 @@ -VERSION="1.0rc5" +VERSION="1.0.0" diff --git a/setup.py b/setup.py index f0b13cb0..82e4f176 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ author_email='rich@plevin.com', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', 'Intended Audience :: Science/Research', ],