Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
]
Expand Down
Loading