From 1c129e6e791f9a90207f825c1cb6e5f9eef2f891 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Tue, 16 Jan 2024 16:11:31 +0530 Subject: [PATCH] v0.3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78bee39d..82cdad9f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools pkg_name = "openapiart" -version = "0.3.8" +version = "0.3.9" base_dir = os.path.dirname(os.path.abspath(__file__)) with open(os.path.join(base_dir, "readme.md")) as fid: