Skip to content

Commit 2af877c

Browse files
chore: updating version to 0.6.0 (#438)
* updating version to 0.6.0
1 parent c7301b4 commit 2af877c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cabinetry
3-
version = 0.5.2
3+
version = 0.6.0
44
author = Alexander Held
55
description = design and steer profile likelihood fits
66
long_description = file: README.md

Diff for: src/cabinetry/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __dir__() -> List[str]:
3535
return __all__
3636

3737

38-
__version__ = "0.5.2"
38+
__version__ = "0.6.0"
3939

4040

4141
def set_logging() -> None:

0 commit comments

Comments
 (0)