Skip to content

Commit

Permalink
Merge pull request #6 from alekfal/development
Browse files Browse the repository at this point in the history
Version updating for release 0.0.1a1 (#1)
  • Loading branch information
alekfal authored Nov 13, 2023
2 parents c3ab015 + 7836116 commit 77dc12a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
description = "Download Meteorological Data from NASA POWER API (https://power.larc.nasa.gov/)",
Expand Down

0 comments on commit 77dc12a

Please sign in to comment.