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.