From 522387f75a49c7a995cc86bff6a88b3237df088c Mon Sep 17 00:00:00 2001 From: gmweaver Date: Fri, 7 Jun 2024 11:07:54 -0700 Subject: [PATCH] bump version to 0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 051d7e2..2b3a660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "libpypostal" description = "Python bindings for libpostal C library." -version = "0.0.5" +version = "0.0.6" requires-python = ">=3.8" readme = "README.md" license = {text = "MIT License"}