diff --git a/README.md b/README.md index 27228cd..1a4c86b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![PyPI version](https://badge.fury.io/py/obsstudio-sdk.svg)](https://badge.fury.io/py/obsstudio-sdk) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/aatikturk/obsstudio_sdk/blob/main/LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) diff --git a/setup.py b/setup.py index 34dfced..ee44c1d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup HERE = pathlib.Path(__file__).parent -VERSION = "1.0.1" +VERSION = "1.0.2" PACKAGE_NAME = "obsstudio_sdk" AUTHOR = "Adem Atikturk" AUTHOR_EMAIL = "aatikturk@gmail.com"