From 23bc46559f46ce12e2bb35f9b3342ebe7cdd7b1c Mon Sep 17 00:00:00 2001 From: rosepearson Date: Fri, 7 Jun 2024 01:28:37 +1200 Subject: [PATCH] Updated package version --- pyproject.toml | 4 ++-- src/geoapis/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdaa869..e8abee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] @@ -27,7 +27,7 @@ dependencies = [ "boto3", "python-dotenv", "tqdm", - 'tomli; python_version < "3.11"', + 'tomli; python_version < "3.6"', ] requires-python = ">=3.6" diff --git a/src/geoapis/__init__.py b/src/geoapis/__init__.py index 9c2ac8e..e840111 100644 --- a/src/geoapis/__init__.py +++ b/src/geoapis/__init__.py @@ -4,4 +4,4 @@ @author: pearsonra """ -__version__ = "0.3.2" +__version__ = "0.3.3"