Skip to content

Commit

Permalink
Bumped to 1.0.2, fixed the zenodo badge and published at PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
rperezsoto committed Jul 1, 2021
1 parent d195311 commit b80b216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -33,8 +33,8 @@ Prerequisites
Installing pyssian
..................

(Work In Progress) Installing from PyPI:
++++++++++++++++++++++++++++++++++++++++
Installing from PyPI:
+++++++++++++++++++++

.. code:: shell-session
Expand Down
2 changes: 1 addition & 1 deletion pyssian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .gaussianclasses import *

__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit b80b216

Please sign in to comment.