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 809f599 commit f7dd262Copy full SHA for f7dd262
dshell/core.py
@@ -38,7 +38,7 @@
38
39
logger = logging.getLogger(__name__)
40
41
-__version__ = "3.2.1"
+__version__ = "3.2.3"
42
43
class SequenceNumberError(Exception):
44
"""
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="Dshell",
5
- version="3.2.2",
+ version="3.2.3",
6
author="USArmyResearchLab",
7
description="An extensible network forensic analysis framework",
8
url="https://github.com/USArmyResearchLab/Dshell",
0 commit comments