Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
philiporlando authored Jul 23, 2024
1 parent 13a5378 commit 7a55a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fgdb-to-gpkg"
version = "0.2.1"
version = "0.2.2"
description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages"
authors = [
{name = "Philip Orlando", email = "[email protected]"},
Expand All @@ -11,7 +11,7 @@ fiona = "1.10.b2"
geopandas = "0.12.2"
[tool.poetry]
name = "fgdb-to-gpkg"
version = "0.2.1"
version = "0.2.2"
description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages"
authors = ["Philip Orlando <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7a55a09

Please sign in to comment.