diff --git a/setup.cfg b/setup.cfg index 9f305e6e..d8f49118 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cabinetry -version = 0.4.0 +version = 0.4.1 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 c7bdafe5..b9a9e108 100644 --- a/src/cabinetry/__init__.py +++ b/src/cabinetry/__init__.py @@ -13,7 +13,7 @@ import cabinetry.workspace # noqa: F401 -__version__ = "0.4.0" +__version__ = "0.4.1" def set_logging() -> None: