From ba94ed87182373183e056815bbf716d7f02aaca4 Mon Sep 17 00:00:00 2001 From: Philip Orlando Date: Tue, 25 Jun 2024 16:30:43 -0700 Subject: [PATCH] Update package version Increment the package version after dependabot security patch with tqdm. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88123d3..6248880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fgdb-to-gpkg" -version = "0.1.13" +version = "0.1.14" description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages" authors = [ {name = "Philip Orlando", email = "phlp.orlando@gmail.com"}, @@ -11,7 +11,7 @@ fiona = "1.9.2" geopandas = "0.12.2" [tool.poetry] name = "fgdb-to-gpkg" -version = "0.1.13" +version = "0.1.14" description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages" authors = ["Philip Orlando "] readme = "README.md"