diff --git a/setup.cfg b/setup.cfg index e2cc4c8a..4e4199e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cabinetry -version = 0.2.2 +version = 0.2.3 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 1c94e475..d2b0f3bd 100644 --- a/src/cabinetry/__init__.py +++ b/src/cabinetry/__init__.py @@ -12,7 +12,7 @@ from . import workspace # NOQA -__version__ = "0.2.2" +__version__ = "0.2.3" def set_logging() -> None: