diff --git a/meta.yaml b/meta.yaml index 47c354c0a8..d1700265cc 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,7 +1,7 @@ # For conda build package: name: rmgdatabase - version: "1.1.0" + version: "2.1.0" source: path: . diff --git a/setup.py b/setup.py index 7f2eaea70e..03d18e827c 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ # Initiate the build and/or installation setup(name='RMG-database', - version='1.0.2', + version='2.1.0', description='Reaction Mechanism Generator Database', author='William H. Green and the RMG Team', author_email='rmg_dev@mit.edu',