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 parent 2c2780a commit b1ecd86Copy full SHA for b1ecd86
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
geojson_pydantic/__init__.py
@@ -11,7 +11,7 @@
11
Polygon,
12
)
13
14
-__version__ = "1.0.0"
+__version__ = "1.0.1"
15
16
__all__ = [
17
"Feature",
0 commit comments