From 13026415582f9e401576841e1f927929fef8e387 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 5 Aug 2022 13:30:12 +0100 Subject: [PATCH] add pypi badge to readme patch bump --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"