Skip to content

Commit

Permalink
Merge pull request #32 from niwa/31-update-python-version-minimum
Browse files Browse the repository at this point in the history
31 update python version minimum
  • Loading branch information
rosepearson authored Jul 4, 2022
2 parents 87a9f55 + 75459cf commit e7b2b31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "geoapis"
version = "0.2.8"
version = "0.2.9"
description = "A package for downloading geospatial data from web APIs."
readme = "README.md"
authors = [{ name = "Rose pearson", email = "rose.pearson@niwa.co.nz" }]
Expand All @@ -25,9 +25,10 @@ dependencies = [
"geopandas>=0.10",
"requests",
"boto3",
"python-dotenv",
'tomli; python_version < "3.11"',
]
requires-python = ">=3.9"
requires-python = ">=3.6"

[tool.setuptools]
packages = ["geoapis"]
Expand Down
2 changes: 1 addition & 1 deletion src/geoapis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
@author: pearsonra
"""
__version__ = "0.2.8"
__version__ = "0.2.9"

0 comments on commit e7b2b31

Please sign in to comment.