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"]