Skip to content

Commit

Permalink
chore: updating version to 0.4.1 (#328)
Browse files Browse the repository at this point in the history
* updating version to 0.4.1
  • Loading branch information
alexander-held authored Feb 11, 2022
1 parent cc506f1 commit 961fc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cabinetry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import cabinetry.workspace # noqa: F401


__version__ = "0.4.0"
__version__ = "0.4.1"


def set_logging() -> None:
Expand Down

0 comments on commit 961fc7c

Please sign in to comment.