diff --git a/pyproject.toml b/pyproject.toml index f4db8b8..16905ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fgdb-to-gpkg" -version = "0.1.14" +version = "0.2.1" 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.14" +version = "0.2.1" description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages" authors = ["Philip Orlando "] readme = "README.md"