From fe46728e90961b4e00ca9159efd50299fc28928e Mon Sep 17 00:00:00 2001 From: Max Liu Date: Wed, 2 May 2018 00:45:08 -0400 Subject: [PATCH] Update RMG-database version number to 2.1.6 --- meta.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.yaml b/meta.yaml index 0a3be1fb09..128d4c40d8 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,7 +1,7 @@ # For conda build package: name: rmgdatabase - version: "2.1.5" + version: "2.1.6" source: path: . diff --git a/setup.py b/setup.py index ec9cb83634..3a1fa46751 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ # Initiate the build and/or installation setup(name='RMG-database', - version='2.1.5', + version='2.1.6', description='Reaction Mechanism Generator Database', author='William H. Green and the RMG Team', author_email='rmg_dev@mit.edu',