Skip to content

Commit

Permalink
chore: updating version to 0.6.0 (#438)
Browse files Browse the repository at this point in the history
* updating version to 0.6.0
  • Loading branch information
alexander-held authored Sep 19, 2023
1 parent c7301b4 commit 2af877c
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.2
version = 0.6.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
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.2"
__version__ = "0.6.0"


def set_logging() -> None:
Expand Down

0 comments on commit 2af877c

Please sign in to comment.