Skip to content

Commit f8b4e6d

Browse files
authored
Merge pull request #30 from alekfal/development
Update version (#19)
2 parents bac2ca9 + 1d9c767 commit f8b4e6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ sphinx:
1616
python:
1717
install:
1818
- requirements: docs/requirements-docs.txt
19-
19+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = 'googlesat'
1515
copyright = '2023, Alekos Falagas'
1616
author = '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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ py-modules = []
77

88
[project]
99
name = "googlesat"
10-
version = "0.0.1a0"
10+
version = "0.0.1a1"
1111
description = "Download Sentinel 2 data from GCP"
1212
readme = {file = "README.md", content-type='text/markdown'}
1313
license = {text = "MIT"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.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",

0 commit comments

Comments
 (0)