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.",