From 8f2c594cd7defb79aff81cffe9455bdb79c41175 Mon Sep 17 00:00:00 2001 From: Billy Ashmall Date: Mon, 9 Sep 2024 15:20:49 -0500 Subject: [PATCH] add version --- meta.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index f651f1f..913509e 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: "climateserv" - version: "1.0.6" + version: "1.0.8" source: - git_rev: v1.0.7 + git_rev: v1.0.8 git_url: https://github.com/SERVIR/ClimateSERVpy build: diff --git a/setup.py b/setup.py index 8f458e6..160cb4c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="climateserv", # Replace with your own username - version="1.0.6", + version="1.0.8", author="Billy Ashmall", author_email="billy.ashmall@nasa.gov", description="This is a package to access the ClimateSERV API](https://climateserv.servirglobal.net/) ",