diff --git a/Changelog.rst b/Changelog.rst index 01f76611..09b9bbb5 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,7 +3,7 @@ Changelog Summary of all changes made since the first stable release -0.6.0 (XX-XX-2025) +0.6.0 (07-07-2025) ------------------ * ENH: Updated the AMPERE boundaries to include 2022-2024, inclusive * ENH: Added `to_dict` method to the boundary class objects diff --git a/pyproject.toml b/pyproject.toml index 1b8a5c5e..e843883a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = "ocbpy" -version = "0.5.0" +version = "0.6.0" license = {file = "LICENSE"} -description = 'Location relative to open/closed field line boundary' +description = 'Convert between magnetic/geodetic and adaptive, polar boundary coordinates' maintainers = [ {name = "Angeline G. Burrell", email = "angeline.g.burrell.civ@us.navy.mil"}, ]