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",