From 7836116ca48550dccd510e93a3f41febec7baeb6 Mon Sep 17 00:00:00 2001 From: alekfal Date: Mon, 13 Nov 2023 15:29:07 +0200 Subject: [PATCH] Version updating for release (#1) --- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 43591a3..7df18a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'pynasapower' copyright = '2023, Alekos Falagas' author = 'Alekos Falagas' -release = '0.0.1a0' +release = '0.0.1a1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7670f83..bbc035a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ py-modules = [] [project] name = "pynasapower" -version = "0.0.1a0" +version = "0.0.1a1" description = "Download meteorological data from NASA POWER API (https://power.larc.nasa.gov/)" readme = {file = "README.md", content-type='text/markdown'} license = {text = "GPL3"} diff --git a/setup.py b/setup.py index 43d9e3d..28b7f7b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name = "pynasapower", # Replace with your own username - version = "0.0.1a0", + version = "0.0.1a1", author = "Falagas Alekos", author_email = "alek.falagas@gmail.com", description = "Download Meteorological Data from NASA POWER API (https://power.larc.nasa.gov/)",