diff --git a/README.rst b/README.rst index c7a13a0..53be5fc 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ List of the `Novonix`_ software versions the code has been tested against: :target: https://prepare-novonix-data.readthedocs.io/en/latest/ :alt: Documentation Status -.. |pypi| image:: https://badge.fury.io/py/preparenovonix.svg +.. |pypi| image:: https://img.shields.io/pypi/v/preparenovonix.svg :target: https://pypi.org/project/preparenovonix/ .. |zenodo| image:: https://zenodo.org/badge/186994865.svg diff --git a/setup.py b/setup.py index e69c28b..92f47aa 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # This call to setup() does all the work setup( name="preparenovonix", - version="0.1.0", + version="1.0.1", packages=find_packages(exclude=("tests",)), description=desc, long_description=README,