diff --git a/.gitignore b/.gitignore index 6b90fc9..bf1ec86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ obsstudio_sdk.egg-info dist -docs \ No newline at end of file +docs +setup.py \ No newline at end of file diff --git a/setup.py b/setup.py index c00736c..ca91bb5 100644 --- a/setup.py +++ b/setup.py @@ -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'