diff --git a/README.rst b/README.rst index 11d1772..d1100b0 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ pyssian ============== -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5048335.svg - :target: https://doi.org/10.5281/zenodo.5048335 +.. image:: https://zenodo.org/badge/333841133.svg + :target: https://zenodo.org/badge/latestdoi/333841133 ---------------------------------------- A python interface to Gaussian i/o files @@ -33,8 +33,8 @@ Prerequisites Installing pyssian .................. -(Work In Progress) Installing from PyPI: -++++++++++++++++++++++++++++++++++++++++ +Installing from PyPI: ++++++++++++++++++++++ .. code:: shell-session diff --git a/pyssian/__init__.py b/pyssian/__init__.py index 116bfaf..0eeeefa 100644 --- a/pyssian/__init__.py +++ b/pyssian/__init__.py @@ -1,3 +1,3 @@ from .gaussianclasses import * -__version__ = '1.0.1' +__version__ = '1.0.2' diff --git a/setup.py b/setup.py index e301b87..95d2d26 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = '1.0.1' +__version__ = '1.0.2' with open("README.rst", "r") as fh: long_description = fh.read()