From 73fa406e82c10da6f0034c7be24b7a6c21c9ef46 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 21 Oct 2022 01:33:50 +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 792a8b0..ff7a8cc 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="2.2.3", + version="2.3.3", author="Richard Mwewa", author_email="rly0nheart@duck.com", packages=["octosuite"],