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',