From befd61eea0033a1295a6f973f67cc6f675b15014 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:30:18 +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 f673ac2..3e66459 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.1", + version="2.2.2", author="Richard Mwewa", author_email="richardmwewa@duck.com", packages=["octosuite"],