From fc8ce6bf34beb7008dfc75362d1ac57a957a1a01 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Mon, 5 Oct 2020 21:49:33 -0700 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 086fcfb..168ca4b 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ requirements = open('requirements.txt', 'rt').readlines() setuptools.setup( - name="simpleobsws", # Replace with your own username - version="0.0.5", + name="simpleobsws", + version="0.0.6", author="tt2468", author_email="tt2468@gmail.com", description="A simple obs-websocket library in async Python for people who just want JSON output.",