From 45718d4a0666fd3756b99d4eb41f87bddb6c4344 Mon Sep 17 00:00:00 2001 From: Tristan Fillinger Date: Thu, 25 Jan 2024 20:14:37 +0900 Subject: [PATCH] v1.0.4 --- README.rst | 2 +- docs/conf.py | 4 ++-- plothist/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8ece84a0..7b9b1796 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.3-blue.svg +.. |Docs from latest| image:: https://img.shields.io/badge/docs-v1.0.4-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 d99b2f8c..eb9d74c1 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.3" +version = "1.0.4" # The full version, including alpha/beta/rc tags -release = "1.0.3" +release = "1.0.4" # -- General configuration --------------------------------------------------- diff --git a/plothist/__init__.py b/plothist/__init__.py index acf97de5..1c484ff2 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.3" +__version__ = "1.0.4" from .plotters import ( create_comparison_figure,