diff --git a/CHANGELOG.md b/CHANGELOG.md index de60544..8ccdf66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.0.0] ### Added @@ -256,6 +256,7 @@ Initial Release [Unreleased]: https://github.com/IPAC-SW/kete/tree/main +[1.0.0]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.0 [0.3.0]: https://github.com/IPAC-SW/kete/releases/tag/v0.3.0 [0.2.5]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.5 [0.2.4]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.4 diff --git a/Cargo.toml b/Cargo.toml index 3bf5c99..1dbc608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "_core" -version = "0.3.0" +version = "1.0.0" edition = "2021" readme = "README.md" license = "BSD-3-Clause" diff --git a/pyproject.toml b/pyproject.toml index a3721f5..873317f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kete" -version = "0.3.0" +version = "1.0.0" description = "Kete Asteroid Survey Tools" readme = "README.md" authors = [{name = "Dar Dahlen", email = "ddahlen@ipac.caltech.edu"}, diff --git a/src/kete_core/Cargo.toml b/src/kete_core/Cargo.toml index d9f0fc8..7ca55b0 100644 --- a/src/kete_core/Cargo.toml +++ b/src/kete_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kete_core" -version = "0.3.0" +version = "1.0.0" edition = "2021" readme = "README.md" license = "BSD-3-Clause"