diff --git a/README.rst b/README.rst index 5578e85f..8ece84a0 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ plothist :target: https://badge.fury.io/py/plothist .. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black -.. |Docs from latest| image:: https://img.shields.io/badge/docs-v1.0.2-blue.svg +.. |Docs from latest| image:: https://img.shields.io/badge/docs-v1.0.3-blue.svg :target: https://plothist.readthedocs.io/en/latest/ .. |Docs from main| image:: https://img.shields.io/badge/docs-main-blue.svg :target: https://plothist.readthedocs.io/en/main/ diff --git a/docs/conf.py b/docs/conf.py index ff67b3b2..d99b2f8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,9 +36,9 @@ author = "Cyrille Praz, Tristan Fillinger" # The short X.Y version -version = "1.0.2" +version = "1.0.3" # The full version, including alpha/beta/rc tags -release = "1.0.2" +release = "1.0.3" # -- General configuration --------------------------------------------------- diff --git a/plothist/__init__.py b/plothist/__init__.py index dc8f454b..acf97de5 100644 --- a/plothist/__init__.py +++ b/plothist/__init__.py @@ -1,5 +1,5 @@ """Plot histograms in a scalable way and a beautiful style.""" -__version__ = "1.0.2" +__version__ = "1.0.3" from .plotters import ( create_comparison_figure,