From 6dbb3aa7599fba56696b673182fa3223e924a25d Mon Sep 17 00:00:00 2001 From: Xavier Medrano Date: Tue, 29 Oct 2024 11:14:55 -0400 Subject: [PATCH] bump up version num --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84818fd..96c47a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "probablepeople" -version = "0.5.5" +version = "0.5.6" description = "Parse romanized names & companies using advanced NLP methods" readme = "README.md" license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"}