diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b1634..41807c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ 2024-08 +- 1.3.0 while retying clean publishing to pypi - 1.2.8 - just a bit of cleanup, including removal of the release-docker workflow. (dockerization is happening elsewhere, but doing it here can be revisited later). - 1.2.7 mainly to test new release-pypi action diff --git a/pyproject.toml b/pyproject.toml index f353f69..3f02a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mbari-pbp" -version = "1.2.8" +version = "1.3.0" description = "PyPAM based Processing" authors = [ "Carlos Rueda ",