diff --git a/ChangeLog.md b/ChangeLog.md index 4674aef..5a6b3bc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # PISpy ChangeLog -## Unreleased +## 0.6.0 -**Released: WiP** +**Released: 2024-04-17** - Add support for passing a package name on the command line. - Show the package details inline in the terminal if the package name was diff --git a/pispy/__init__.py b/pispy/__init__.py index a8587d0..3b02ea4 100644 --- a/pispy/__init__.py +++ b/pispy/__init__.py @@ -7,7 +7,7 @@ __credits__ = ["Dave Pearson"] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.5.0" +__version__ = "0.6.0" __licence__ = "GPLv3+" ### __init__.py ends here