From 66a85131a32a47d8c5cd162553c933f5e2dfab6a Mon Sep 17 00:00:00 2001 From: aatikturk Date: Sun, 5 Jun 2022 17:14:54 +0300 Subject: [PATCH] . --- .gitignore | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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'