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 ad0be13 commit 1ff7b66Copy full SHA for 1ff7b66
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.3
+current_version = 0.5.0
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__ = "0.4.3"
+__version__ = "0.5.0"
15
16
__all__ = [
17
"Feature",
0 commit comments