From a111f2126ecf5c7f400cc87ccee24f4ceced9fba Mon Sep 17 00:00:00 2001 From: DSR! Date: Tue, 22 Mar 2022 18:36:40 -0300 Subject: [PATCH] Version bump --- .gitignore | 1 + README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7cdb3dd..345f76e 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,4 @@ dmypy.json # extras .idea/ .vscode/ +_development/ diff --git a/README.md b/README.md index 31eb70f..b2fd444 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
- Version + Version Samsung Smart TV WS API wrapper

diff --git a/setup.py b/setup.py index 93647d8..0f3bcaf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name="samsungtvws", - version="2.4.0", + version="2.5.0", description="Samsung Smart TV WS API wrapper", long_description=readme(), long_description_content_type="text/markdown",