We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.0.0
1 parent 706a833 commit 9d627acCopy full SHA for 9d627ac
geojson_faker/__init__.py
@@ -14,7 +14,7 @@
14
)
15
from geojson_faker.types import Dimension
16
17
-__version__ = "0.3.0"
+__version__ = "1.0.0"
18
19
__all__ = [
20
"GeoJsonFaker",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "geojson-faker"
3
-version = "0.3.0"
+version = "1.0.0"
4
description = "GeoJson fake generator."
5
6
authors = ["impocode <[email protected]>"]
0 commit comments