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 8b74f92 commit a71fbbbCopy full SHA for a71fbbb
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "geocodio-library-python"
7
-version = "0.2.0"
+version = "0.3.0"
8
description = "A Python client for the Geocodio API"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/geocodio/_version.py
@@ -1,3 +1,3 @@
1
"""Version information for geocodio package."""
2
3
-__version__ = "0.2.0"
+__version__ = "0.3.0"
0 commit comments