From 2af877c58052c335572fcea4e604d49f32804e0a Mon Sep 17 00:00:00 2001 From: Alexander Held <45009355+alexander-held@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:35:12 +0200 Subject: [PATCH] chore: updating version to 0.6.0 (#438) * updating version to 0.6.0 --- setup.cfg | 2 +- src/cabinetry/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4b14f91f..b9e935e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cabinetry -version = 0.5.2 +version = 0.6.0 author = Alexander Held description = design and steer profile likelihood fits long_description = file: README.md diff --git a/src/cabinetry/__init__.py b/src/cabinetry/__init__.py index 116b7495..e19d4b73 100644 --- a/src/cabinetry/__init__.py +++ b/src/cabinetry/__init__.py @@ -35,7 +35,7 @@ def __dir__() -> List[str]: return __all__ -__version__ = "0.5.2" +__version__ = "0.6.0" def set_logging() -> None: