We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd208a commit b606dc9Copy full SHA for b606dc9
README.md
@@ -1,6 +1,6 @@
1
# DHCP Python
2
3
-Version 0.1.0
+Version 0.1.1
4
5
A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
6
setup.py
@@ -15,7 +15,7 @@
15
EMAIL = ''
16
AUTHOR = 'Victor Frazao'
17
REQUIRES_PYTHON = '>=3.8.0'
18
-VERSION = '0.1.0'
+VERSION = '0.1.1'
19
20
# What packages are required for this module to be executed?
21
REQUIRED = []
0 commit comments