Skip to content

Commit

Permalink
chore: updating version to 0.2.3 (#244)
Browse files Browse the repository at this point in the history
* updating version to 0.2.3
  • Loading branch information
alexander-held authored Jul 4, 2021
1 parent 07ccafc commit 37353b5
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.2.2
version = 0.2.3
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 @@ -12,7 +12,7 @@
from . import workspace # NOQA


__version__ = "0.2.2"
__version__ = "0.2.3"


def set_logging() -> None:
Expand Down

0 comments on commit 37353b5

Please sign in to comment.