From ee2f0a4a07628220c8955da13b06f730e76709e7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 31 Oct 2017 23:43:16 -0700 Subject: [PATCH] Version bump to 1.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 347bc129..7d10b79d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='netdisco', - version='1.2.2', + version='1.2.3', description='Discover devices on your local network', url='https://github.com/home-assistant/netdisco', author='Paulus Schoutsen',