From a5258f3cfd0a6908c70013e8a2ca0e597d4956ea Mon Sep 17 00:00:00 2001 From: Abram Date: Wed, 28 Jun 2023 12:57:30 +0100 Subject: [PATCH] Update: bump version to 0.1.1 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 76965c4..95a51c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rest-api-response -version = 0.1 +version = 0.1.1 author = Abram author_email = israelvictory87@gmail.com description = A go-to production API response with an easy format for building APIs with Python. diff --git a/setup.py b/setup.py index 231b842..52dcf2d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="rest_api_response", - version="0.1", + version="0.1.1", description="A go-to production API response with an easy format for building APIs with Python.", # noqa: E501 long_description_content_type="text/markdown", long_description=open("README.md").read(),