diff --git a/ChangeLog.md b/ChangeLog.md index 71996ab..8e5774a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # PISpy ChangeLog -## Unreleased +## 0.5.0 -**Released: WiP** +**Released: 2024-04-12** - Reworked the way the metadata is shown ([#2](https://github.com/davep/pispy/issues/2)). diff --git a/pispy/__init__.py b/pispy/__init__.py index 06b9be7..a8587d0 100644 --- a/pispy/__init__.py +++ b/pispy/__init__.py @@ -3,11 +3,11 @@ ###################################################################### # Main app information. __author__ = "Dave Pearson" -__copyright__ = "Copyright 2022-2023, Dave Pearson" +__copyright__ = "Copyright 2022-2024, Dave Pearson" __credits__ = ["Dave Pearson"] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.4.0" +__version__ = "0.5.0" __licence__ = "GPLv3+" ### __init__.py ends here