diff --git a/arc/common.py b/arc/common.py index 39edcf82b5..dfac9940c4 100644 --- a/arc/common.py +++ b/arc/common.py @@ -33,7 +33,7 @@ logger = logging.getLogger('arc') -VERSION = '1.0.0' +VERSION = '1.1.0' def time_lapse(t0): diff --git a/docs/source/index.rst b/docs/source/index.rst index 025753c10e..700989674e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,8 +1,6 @@ ARC - Automated Rate Calculator v\ |release| ============================================ - - .. image:: arc.png :align: center @@ -10,7 +8,7 @@ ARC - Automated Rate Calculator v\ |release| electronic structure calculations relevant for chemical kinetic modeling. ARC has many advanced options, yet at its core it is simple: it accepts 2D graph representations of chemical species (e.g., SMILES_ or `adjacency lists`__), -and automatically executes, tracks, and process relevant electronic structure +and automatically executes, tracks, and processes relevant electronic structure jobs on user-defined servers. The principal outputs of ARC are thermodynamic properties (H, S, Cp) and high-pressure limit kinetic rate coefficients for the defined species and reactions.