From cb744880c59b6af831820747a3aa4ad6beaa0db9 Mon Sep 17 00:00:00 2001 From: Brandon Stone Date: Tue, 25 Jun 2024 11:21:35 -0600 Subject: [PATCH] Updated documentation. Added release support. Temporarily pinned numpy to v1 due to other libs not supporting the new v2 release. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05e444c..2a54eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "curryer" -version = "0.0.2" +name = "lasp-curryer" +version = "0.0.4" description = "LASP SPICE extentions and geospatial data product generation tools." authors = [ "Brandon Stone "