Skip to content

Commit 23e462d

Browse files
author
github-actions
committed
chore: bump version to 0.3.1 (patch)
1 parent afcf1b0 commit 23e462d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ryandata-address-utils"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A Python address parser using usaddress with Pydantic models, validation, and extensible architecture"
55
readme = "README.md"
66
license = { text = "MIT" }

src/ryandata_address_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
ZipCodeValidator,
8585
)
8686

87-
__version__ = "0.3.0"
87+
__version__ = "0.3.1"
8888
__package_name__ = "ryandata-address-utils"
8989

9090
__all__ = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)