From 1a8f0e874f097885d548de9d6c1080a0ac61486e Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 12 May 2023 15:14:30 +0700 Subject: [PATCH] Bump version to 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02a0bd8..54fe60c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='APIxoo', - version="0.1.0", + version="0.1.1", author="redphx", license="MIT", url="https://github.com/redphx/apixoo",