From 4c9fe039f88b03c59c8f83284129f274c95e1bc0 Mon Sep 17 00:00:00 2001 From: DSR! Date: Mon, 7 Mar 2022 17:20:17 -0300 Subject: [PATCH] Bump version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f023f7..2707e99 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 c8c81b7..398d557 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup( name="samsungtvws", - version="2.2.0", + version="2.3.0", description="Samsung Smart TV WS API wrapper", long_description=readme(), long_description_content_type="text/markdown",