From 254538cde2e06ccccc5693ee6e380d4682407304 Mon Sep 17 00:00:00 2001 From: Max Liu Date: Mon, 30 Apr 2018 12:00:18 -0400 Subject: [PATCH] Update RMG-database version number to 2.1.2 --- meta.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.yaml b/meta.yaml index f7392c21ea..faca70fec3 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,7 +1,7 @@ # For conda build package: name: rmgdatabase - version: "2.1.1" + version: "2.1.2" source: path: . diff --git a/setup.py b/setup.py index 7a8b420dd5..0533eec340 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ # Initiate the build and/or installation setup(name='RMG-database', - version='2.1.1', + version='2.1.2', description='Reaction Mechanism Generator Database', author='William H. Green and the RMG Team', author_email='rmg_dev@mit.edu',