Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tt2468 committed Oct 6, 2020
1 parent 9d0429c commit fc8ce6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="A simple obs-websocket library in async Python for people who just want JSON output.",
Expand Down

0 comments on commit fc8ce6b

Please sign in to comment.