From a42a8f0c14bd2e273939fd51c604f10826301e73 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 27 Sep 2024 13:09:13 -0400 Subject: [PATCH] bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6ccfcef..d9af84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "usaddress" -version = "0.5.10" +version = "0.5.11" description = "Parse US addresses using conditional random fields" readme = "README.md" license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"} @@ -65,4 +65,4 @@ implicit_reexport = false [tool.isort] profile = "black" -src_paths = ["usaddress", "tests"] \ No newline at end of file +src_paths = ["usaddress", "tests"]