Skip to content

Commit b606dc9

Browse files
committed
bump version
1 parent 0bd208a commit b606dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DHCP Python
22

3-
Version 0.1.0
3+
Version 0.1.1
44

55
A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
EMAIL = ''
1616
AUTHOR = 'Victor Frazao'
1717
REQUIRES_PYTHON = '>=3.8.0'
18-
VERSION = '0.1.0'
18+
VERSION = '0.1.1'
1919

2020
# What packages are required for this module to be executed?
2121
REQUIRED = []

0 commit comments

Comments
 (0)