From 8c4d932244d1b078d873605347435af1ac33455c Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 30 May 2025 14:02:16 +0000 Subject: [PATCH] v2025.5.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7a6671..11c9bac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyap-beauhurst" -version = "1999.1.1" +version = "2025.5.0" description = "Pyap is an MIT Licensed text processing library, written in Python, for detecting and parsing addresses. Currently it supports USA, Canadian and British addresses. This is a fork maintained by Beauhurst." repository = "https://github.com/Beauhurst/pyap" requires-python = ">=3.11,<3.14" @@ -114,7 +114,7 @@ omit = ["tests/*"] show_missing = true [tool.bumpversion] -current_version = "1999.1.1" +current_version = "2025.5.0" parse = """(?x) # Verbose mode (?P # The release part (?:[1-9][0-9]{3})\\. # YYYY.