From c4847773a0c4c2efc902b63e95cadc800deae770 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:01:19 +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 6a2ec83..5f3d930 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.0", + version="3.0.1", author="Richard Mwewa", author_email="rly0nheart@duck.com", packages=["octosuite"],