From a35f87a8620039eb6b8cecd995aab30f178af72c Mon Sep 17 00:00:00 2001 From: truedread Date: Wed, 15 Aug 2018 03:19:53 -0400 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4735149..99fbd38 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyhulu', - version='1.0.0', + version='1.1.0', description=('Python library for interacting ' 'with the E2E encrypted Hulu API'), long_description=LONG_DESCRIPTION,