diff --git a/geojson_stats/__version__.py b/geojson_stats/__version__.py index 14be6d2..25ada09 100644 --- a/geojson_stats/__version__.py +++ b/geojson_stats/__version__.py @@ -1,2 +1,2 @@ """Project version""" -__version__ = "0.2.0" \ No newline at end of file +__version__ = "0.2.1" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a20b1aa..d7986c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] -version = "0.2.0" +version = "0.2.1" [project.urls] homepage = "https://github.com/emi420/geojson-stats"