Merge pull request from issue #9

fix: bad identation leading to reference before assigment error #9
This commit is contained in:
Richard Mwewa
2023-01-22 16:55:55 +02:00
committed by GitHub
parent 1b2c441237
commit 0f247d1dd8

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as file:
setuptools.setup(
name="octosuite",
version="3.0.3",
version="3.0.4",
author="Richard Mwewa",
author_email="rly0nheart@duck.com",
packages=["octosuite"],