Skip to content

Commit

Permalink
chore: updating version to 0.5.0 (#368)
Browse files Browse the repository at this point in the history
* updating version to 0.5.0
  • Loading branch information
alexander-held committed Sep 25, 2022
1 parent 6f15371 commit 6281501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = cabinetry
version = 0.4.1
version = 0.5.0
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
Expand Up @@ -13,7 +13,7 @@
import cabinetry.workspace # noqa: F401


__version__ = "0.4.1"
__version__ = "0.5.0"


def set_logging() -> None:
Expand Down

0 comments on commit 6281501

Please sign in to comment.