From eb7e0e05e9f507e01a1ffa9a7b279263d55ae08c Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Tue, 24 May 2022 14:26:48 +0200 Subject: [PATCH] bump to version 0.10.2 (#127) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4038e87..607f927 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.1" +VERSION = "0.10.2" with open("requirements.txt") as f: required = f.read().splitlines()