From 8a82b766a0abd6d394d3cc3c208aa320d73752b6 Mon Sep 17 00:00:00 2001 From: Naren Thiagarajan Date: Fri, 10 May 2024 11:42:39 -0700 Subject: [PATCH] Release 0.1.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3525292..1b96ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "random-real-address" -version = "0.1.1" +version = "0.1.2" description = "A Python package to generate real addresses in the US." authors = [{name = "Naren Thiagarajan", email = "narenst@gmail.com"}] license = {text = "MIT License"} @@ -27,4 +27,4 @@ build = [ ] [tool.setuptools.packages.find] -where = ["random_address"] \ No newline at end of file +where = ["random_address"]