diff --git a/setup.py b/setup.py index 12fd0f2..2af119e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from codecs import open REPO_URL = "http://github.com/MatMaul/pynetgear" -VERSION = "0.10.7" +VERSION = "0.10.8" with open("requirements.txt") as f: required = f.read().splitlines()