From 6f003d3e81cb3f28c124a6fb3ebcc79f1de1d067 Mon Sep 17 00:00:00 2001 From: Tamil Date: Mon, 11 Apr 2022 23:29:10 +0530 Subject: [PATCH] updates the setup.py with version change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9755cdd..34a5975 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pypostalwin", # This is the name of the package - version="0.0.2", # The initial release version + version="0.0.3", # The initial release version author="Tamil Selvan A V", # Full name of the author description=" python package for libpostal wrapper only for windows", url="https://github.com/selva221724/pypostalwin",