Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 27, 2024
1 parent b865d8c commit f46d3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down Expand Up @@ -65,4 +65,4 @@ implicit_reexport = false

[tool.isort]
profile = "black"
src_paths = ["usaddress", "tests"]
src_paths = ["usaddress", "tests"]

0 comments on commit f46d3a7

Please sign in to comment.