Skip to content

Commit 9bd7213

Browse files
Bumped version to 1.0.2.post5
Updated vendor constant enumerations at Wed Jun 7 06:44:39 UTC 2023. The following files have been changed: pcapkit/const/arp/hardware.py
1 parent 193eb6a commit 9bd7213

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post4'
127+
__version__ = '1.0.2.post5'

pcapkit/const/arp/hardware.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
class Hardware(IntEnum):
1919
"""[Hardware] Hardware Types [:rfc:`826`][:rfc:`5494`]"""
2020

21-
22-
2321
#: Reserved [:rfc:`5494`]
2422
Reserved_0 = 0
2523

0 commit comments

Comments
 (0)