Skip to content

Commit b182332

Browse files
committed
prep for 5.0 release
1 parent 18df77b commit b182332

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Jeremy Carbaugh
1+
Copyright (c) 2023, Jeremy Carbaugh
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,
@@ -22,4 +22,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2222
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2323
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2424
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ python-roku
33

44
Screw remotes. Control your `Roku <http://www.roku.com>`_ via Python.
55

6+
Supports Python 3.7 to 3.11.
7+
68

79
Installation
810
------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
setup(
99
name="roku",
10-
version="4.1.0",
10+
version="5.0",
1111
description="Client for the Roku media player",
1212
long_description=readme,
1313
author="Jeremy Carbaugh",
14-
author_email="jcarbaugh@gmail.com",
14+
author_email="jeremy@jcarbaugh.com",
1515
url="https://github.com/jcarbaugh/python-roku",
1616
packages=find_packages(),
1717
install_requires=[

0 commit comments

Comments
 (0)