From e290698693fdd992d03f2f7d037900c9e6a5517a Mon Sep 17 00:00:00 2001 From: Philip Orlando Date: Sun, 31 Dec 2023 23:28:58 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44ce74b..88123d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fgdb-to-gpkg" -version = "0.1.12" +version = "0.1.13" 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.12" +version = "0.1.13" description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages" authors = ["Philip Orlando "] readme = "README.md"