diff --git a/meta.yaml b/meta.yaml index 6f30c2325b..d12797b9e8 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,7 +1,7 @@ # For conda build package: name: rmgdatabase - version: "2.1.3" + version: "2.1.4" source: path: . diff --git a/setup.py b/setup.py index 617b399e6e..c24bfdb639 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ # Initiate the build and/or installation setup(name='RMG-database', - version='2.1.3', + version='2.1.4', description='Reaction Mechanism Generator Database', author='William H. Green and the RMG Team', author_email='rmg_dev@mit.edu',