From 03f274f0028944dce406b43b92350738808a312b Mon Sep 17 00:00:00 2001 From: Alexander Held <45009355+alexander-held@users.noreply.github.com> Date: Sat, 1 Apr 2023 16:54:41 +0200 Subject: [PATCH] chore: updating version to 0.5.2 (#397) * updating version to 0.5.2 --- setup.cfg | 2 +- src/cabinetry/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index df6bcf90..f68455c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cabinetry -version = 0.5.1 +version = 0.5.2 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 9f6d8b1d..116b7495 100644 --- a/src/cabinetry/__init__.py +++ b/src/cabinetry/__init__.py @@ -35,7 +35,7 @@ def __dir__() -> List[str]: return __all__ -__version__ = "0.5.1" +__version__ = "0.5.2" def set_logging() -> None: