mirror of https://github.com/kbandla/dpkt.git
dpkt version 1.9.4
This commit is contained in:
parent
93adab68bd
commit
dd27de917e
|
@ -3,11 +3,11 @@ from __future__ import absolute_import
|
|||
from __future__ import division
|
||||
import sys
|
||||
|
||||
__author__ = 'Dug Song'
|
||||
__author_email__ = 'dugsong@monkey.org'
|
||||
__author__ = 'Various'
|
||||
__author_email__ = ''
|
||||
__license__ = 'BSD-3-Clause'
|
||||
__url__ = 'https://github.com/kbandla/dpkt'
|
||||
__version__ = '1.9.3'
|
||||
__version__ = '1.9.4'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue