From d1f06d9c374c1f563340b6dae0674d1e76b0d2bf Mon Sep 17 00:00:00 2001 From: Rory McNamara Date: Mon, 26 Dec 2016 15:33:07 +0000 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7f5d1b..40a3775 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ deps.append('argparse') setup(name='PyPXE', - version='1.6', + version='1.7', description='Pure Python2 PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server', url='https://github.com/psychomario/PyPXE', license='MIT',