Skip to content

Commit a71fbbb

Browse files
chore: bump version to 0.3.0
1 parent 8b74f92 commit a71fbbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "geocodio-library-python"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "A Python client for the Geocodio API"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/geocodio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for geocodio package."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)