Skip to content

Commit

Permalink
Merge pull request #62 from cyrraz/0.8.1
Browse files Browse the repository at this point in the history
update code for v0.8.1
  • Loading branch information
cyrraz authored Oct 26, 2023
2 parents 7e82d72 + bc4c130 commit 6e8f490
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Installation and documentation: `https://plothist.readthedocs.io/ <https://ploth
: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-v0.8-blue.svg
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.8.1-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/
:target: https://plothist.readthedocs.io/en/main/
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = "Cyrille Praz, Tristan Fillinger"

# The short X.Y version
version = "0.8"
version = "0.8.1"
# The full version, including alpha/beta/rc tags
release = "0.8"
release = "0.8.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion plothist/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Plot histograms in a scalable way and a beautiful style."""
__version__ = "0.8"
__version__ = "0.8.1"

from .plotters import (
create_comparison_figure,
Expand Down

0 comments on commit 6e8f490

Please sign in to comment.