Skip to content

Commit a111f21

Browse files
committed
Version bump
1 parent 8914a90 commit a111f21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ dmypy.json
137137
# extras
138138
.idea/
139139
.vscode/
140+
_development/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://user-images.githubusercontent.com/5860071/47255992-611d9b00-d481-11e8-965d-d9816f254be2.png" width="300px" border="0" />
33
<br/>
44
<a href="https://github.com/xchwarze/samsung-tv-ws-api/releases/latest">
5-
<img src="https://img.shields.io/badge/version-2.4.0-brightgreen.svg?style=flat-square" alt="Version">
5+
<img src="https://img.shields.io/badge/version-2.5.0-brightgreen.svg?style=flat-square" alt="Version">
66
</a>
77
Samsung Smart TV WS API wrapper
88
</p>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="samsungtvws",
12-
version="2.4.0",
12+
version="2.5.0",
1313
description="Samsung Smart TV WS API wrapper",
1414
long_description=readme(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)