From 79a97a78831782ff21ca45c26df3096f83fab11f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 22 Jan 2023 02:48:11 +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 5f3d930..2d551aa 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.1", + version="3.0.2", author="Richard Mwewa", author_email="rly0nheart@duck.com", packages=["octosuite"],