From 4505180d4a7c468fb3c9b0722848328b93225074 Mon Sep 17 00:00:00 2001 From: Dar Dahlen Date: Wed, 25 Sep 2024 14:46:21 -0700 Subject: [PATCH] Update version tag --- Cargo.toml | 2 +- pyproject.toml | 2 +- src/kete_core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"