Skip to content

Commit 9d627ac

Browse files
committed
build: update version to 1.0.0
1 parent 706a833 commit 9d627ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geojson_faker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515
from geojson_faker.types import Dimension
1616

17-
__version__ = "0.3.0"
17+
__version__ = "1.0.0"
1818

1919
__all__ = [
2020
"GeoJsonFaker",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geojson-faker"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
description = "GeoJson fake generator."
55

66
authors = ["impocode <[email protected]>"]

0 commit comments

Comments
 (0)