From 68c1ddf70c97e37e787b5146a7bdec62dbd36584 Mon Sep 17 00:00:00 2001 From: Ola Okelola Date: Mon, 28 Aug 2023 15:11:47 -0700 Subject: [PATCH] . --- python/auto_schema/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/auto_schema/setup.py b/python/auto_schema/setup.py index cc5f78c88..6c005f780 100644 --- a/python/auto_schema/setup.py +++ b/python/auto_schema/setup.py @@ -7,7 +7,7 @@ # https://test.pypi.org/project/auto-schema-test/#history setuptools.setup( name="auto_schema", # auto_schema_test to test - version="0.0.30", # 0.0.32 was last test version + version="0.0.31", # 0.0.32 was last test version author="Ola Okelola", author_email="email@email.com", description="auto schema for a db",