Skip to content

Commit

Permalink
Updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jun 6, 2024
1 parent 3f439f7 commit 23bc465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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.3.2"
version = "0.3.3"
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 @@ -27,7 +27,7 @@ dependencies = [
"boto3",
"python-dotenv",
"tqdm",
'tomli; python_version < "3.11"',
'tomli; python_version < "3.6"',
]
requires-python = ">=3.6"

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.3.2"
__version__ = "0.3.3"

0 comments on commit 23bc465

Please sign in to comment.