File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ sphinx:
1616python :
1717 install :
1818 - requirements : docs/requirements-docs.txt
19-
19+
Original file line number Diff line number Diff line change 1414project = 'googlesat'
1515copyright = '2023, Alekos Falagas'
1616author = 'Alekos Falagas'
17- release = '0.0.1alpha '
17+ release = '0.0.1a1 '
1818
1919# -- General configuration ---------------------------------------------------
2020# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ py-modules = []
77
88[project ]
99name = " googlesat"
10- version = " 0.0.1a0 "
10+ version = " 0.0.1a1 "
1111description = " Download Sentinel 2 data from GCP"
1212readme = {file = " README.md" , content-type =' text/markdown' }
1313license = {text = " MIT" }
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "googlesat" ,
11- version = "0.0.1a0 " ,
11+ version = "0.0.1a1 " ,
1212 author = "Falagas Alekos" ,
1313 author_email = "[email protected] " ,
1414 description = "Download Sentinel 2 data from GCP" ,
You can’t perform that action at this time.
0 commit comments