Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze committed Mar 22, 2022
1 parent 8914a90 commit a111f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ dmypy.json
# extras
.idea/
.vscode/
_development/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://user-images.githubusercontent.com/5860071/47255992-611d9b00-d481-11e8-965d-d9816f254be2.png" width="300px" border="0" />
<br/>
<a href="https://github.com/xchwarze/samsung-tv-ws-api/releases/latest">
<img src="https://img.shields.io/badge/version-2.4.0-brightgreen.svg?style=flat-square" alt="Version">
<img src="https://img.shields.io/badge/version-2.5.0-brightgreen.svg?style=flat-square" alt="Version">
</a>
Samsung Smart TV WS API wrapper
</p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a111f21

Please sign in to comment.