Fixed issue with host name in header, added test to catch this

This commit is contained in:
Kevin Fronczak
2017-03-08 20:57:38 -05:00
parent d387a40154
commit 11b683a156
5 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name = 'blinkpy',
version = '0.4.',
version = '0.4.4',
description = 'A Blink camera Python library',
long_description='A library that communicates with Blink cameras',
author = 'Kevin Fronczak',