Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 13, 2024
1 parent 959bc9e commit 55e303d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dploot/entry.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import argparse
import importlib.metadata
import logging
import sys
import traceback
Expand Down Expand Up @@ -44,8 +45,8 @@

def main() -> None:
logger.init()

parser = argparse.ArgumentParser(description="DPAPI looting remotely in Python", add_help=True)
version = importlib.metadata.version("dploot")
parser = argparse.ArgumentParser(description=f"DPAPI looting remotely in Python.\nVersion {version}", add_help=True)

parser.add_argument("-debug", action="store_true", help="Turn DEBUG output ON")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dploot"
version = "2.6.0"
version = "2.6.1"
description = "DPAPI looting remotely in Python"
readme = "README.md"
homepage = "https://github.com/zblurx/dploot"
Expand Down

0 comments on commit 55e303d

Please sign in to comment.