From 7576fa64a167972850301b2b0a6a04ccdfd7b3c3 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 22 Jan 2023 03:17:01 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d551aa..1b33235 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as file: setuptools.setup( name="octosuite", - version="3.0.2", + version="3.0.3", author="Richard Mwewa", author_email="rly0nheart@duck.com", packages=["octosuite"],