Skip to content

Commit

Permalink
chore: updating version to 0.5.2 (#397)
Browse files Browse the repository at this point in the history
* updating version to 0.5.2
  • Loading branch information
alexander-held authored Apr 1, 2023
1 parent ff8fb3c commit 03f274f
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.5.1
version = 0.5.2
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 @@ -35,7 +35,7 @@ def __dir__() -> List[str]:
return __all__


__version__ = "0.5.1"
__version__ = "0.5.2"


def set_logging() -> None:
Expand Down

0 comments on commit 03f274f

Please sign in to comment.