Skip to content

Commit

Permalink
Merge pull request #91 from cyrraz/v1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
cyrraz authored Dec 12, 2023
2 parents d2d2b83 + c38a98e commit 14fc693
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-blue.svg
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v1.0.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/
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
author = "Cyrille Praz, Tristan Fillinger"

# The short X.Y version
version = "1.0"
version = "1.0.1"
# The full version, including alpha/beta/rc tags
release = "1.0"
release = "1.0.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__ = "1.0"
__version__ = "1.0.1"

from .plotters import (
create_comparison_figure,
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi"

[project]
name = "plothist"
description = "Plot histograms in a scalable way and a beautiful style."
authors = [
{name = "Cyrille Praz", email = "[email protected]"},
{name = "Tristan Fillinger", email = "[email protected]"},
Expand Down

0 comments on commit 14fc693

Please sign in to comment.