From f7dd262f526789326c668e6ad9765724c63e38b8 Mon Sep 17 00:00:00 2001 From: J Date: Mon, 29 Apr 2024 11:41:32 -0400 Subject: [PATCH] Updated version numbers in core.py and setup.py --- dshell/core.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dshell/core.py b/dshell/core.py index dd02579..b562a17 100644 --- a/dshell/core.py +++ b/dshell/core.py @@ -38,7 +38,7 @@ logger = logging.getLogger(__name__) -__version__ = "3.2.1" +__version__ = "3.2.3" class SequenceNumberError(Exception): """ diff --git a/setup.py b/setup.py index 4441e07..9465134 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="Dshell", - version="3.2.2", + version="3.2.3", author="USArmyResearchLab", description="An extensible network forensic analysis framework", url="https://github.com/USArmyResearchLab/Dshell",