Skip to content

Commit

Permalink
Updated version numbers in core.py and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dev195 authored Apr 29, 2024
1 parent 809f599 commit f7dd262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dshell/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

logger = logging.getLogger(__name__)

__version__ = "3.2.1"
__version__ = "3.2.3"

class SequenceNumberError(Exception):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7dd262

Please sign in to comment.