From cd55691fc214160b98509600bfd5dfa40f33baf4 Mon Sep 17 00:00:00 2001 From: Caleb Braun Date: Thu, 6 Jun 2019 10:01:39 -0400 Subject: [PATCH] Bump version for beta release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9bf148f..ed26af9 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ def get_requirements(): setup( name='cassandra', - version='0.5.0', - description='A GCAM automation system', + version='1.0.0', + description='A human-earth system multi-scale model coupling framework', url='https://github.com/jgcri/cassandra', author='Robert Link; Caleb Braun', author_email='robert.link@pnnl.gov',