This commit is contained in:
aatikturk 2022-06-05 17:14:54 +03:00
parent 3f082be4c3
commit 66a85131a3
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
__pycache__
obsstudio_sdk.egg-info
dist
docs
docs
setup.py

View File

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
HERE = pathlib.Path(__file__).parent
VERSION = '0.5'
VERSION = '0.6'
PACKAGE_NAME = 'obsstudio_sdk'
AUTHOR = 'Adem Atikturk'
AUTHOR_EMAIL = 'aatikturk@gmail.com'