Skip to content

Commit 52746f0

Browse files
committed
Update RMG-Py version number to 2.1.3
1 parent 8f6d6ae commit 52746f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gaussian, MOPAC, QChem, and MOLPRO.
1717
- [RMG-database Github Repository](https://github.com/ReactionMechanismGenerator/RMG-database): contains source code for the latest version of the database
1818

1919
## Latest Stable Release
20-
**RMG v2.1.2**
20+
**RMG v2.1.3**
2121
[![Anaconda-Server Badge](https://anaconda.org/rmg/rmg/badges/version.svg)](https://anaconda.org/rmg/rmg)
2222

2323
View the [Release Notes](http://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/releaseNotes.html).

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ requirements:
7575
- pyzmq
7676
- quantities
7777
- rdkit >=2015.09.2
78-
- rmgdatabase >=2.1.2
78+
- rmgdatabase >=2.1.3
7979
- scipy
8080
- scoop
8181
- symmetry

rmgpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file describes the version of RMG-Py
22

3-
__version__ = '2.1.2'
3+
__version__ = '2.1.3'

0 commit comments

Comments
 (0)