Skip to content

Commit

Permalink
bumped version to 1.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jarry Shaw <[email protected]>
  • Loading branch information
JarryShaw committed Nov 16, 2024
1 parent 61ea74e commit 768a10d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@
tbtrim.set_trim_rule(lambda filename: ROOT in os.path.realpath(filename),
exception=BaseError, strict=False)

from pcapkit.foundation.registry import *
from pcapkit.interface import *
from pcapkit.protocols import *
from pcapkit.toolkit import *

__all__ = [
'extract', 'reassemble', 'trace', # Interface Functions
Expand All @@ -123,4 +121,4 @@
]

#: version number
__version__ = "1.3.4"
__version__ = "1.3.5"

0 comments on commit 768a10d

Please sign in to comment.