Skip to content

Commit fc8ce6b

Browse files
committed
Bump version
1 parent 9d0429c commit fc8ce6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
requirements = open('requirements.txt', 'rt').readlines()
77

88
setuptools.setup(
9-
name="simpleobsws", # Replace with your own username
10-
version="0.0.5",
9+
name="simpleobsws",
10+
version="0.0.6",
1111
author="tt2468",
1212
author_email="tt2468@gmail.com",
1313
description="A simple obs-websocket library in async Python for people who just want JSON output.",

0 commit comments

Comments
 (0)