diff --git a/Cargo.lock b/Cargo.lock index c746d13..a5caf75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ [[package]] name = "starfinder" -version = "1.1.0" +version = "1.2.0" dependencies = [ "clap", "csv", diff --git a/Cargo.toml b/Cargo.toml index a6b3dad..fa1bd7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starfinder" -version = "1.1.0" +version = "1.2.0" edition = "2021" license-file = "LICENSE" description = "starfinder is a Rust & Python package that provides functionality to read, process, and render star data from the Tycho-2 catalog. It's built with Rust for performance and exposes a Python API for ease of use." diff --git a/pyproject.toml b/pyproject.toml index 60d3aa3..f613c21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "starfinder" -version = "1.1.0" +version = "1.2.0" description = "Generate images of the sky w/ accurate stars for star sensor simulation" requires-python = ">=3.8" classifiers = [