Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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<release> # The release part
(?:[1-9][0-9]{3})\\. # YYYY.
Expand Down