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",