Bump version to 2024.08.29 (#2401)

pull/2402/head
Disconnect3d 1 year ago committed by GitHub
parent a264783ff0
commit 0c6085d564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ def build_id() -> str:
return ""
__version__ = "2024.02.14"
__version__ = "2024.08.29"
b_id = build_id()

@ -134,7 +134,7 @@ omit = ["ida_script.py", "tests/*"]
[tool.poetry]
name = "pwndbg"
description = "Exploit Development and Reverse Engineering with GDB Made Easy"
version = "2024.02.14"
version = "2024.08.29"
authors = ["Dominik 'disconnect3d' Czarnota <dominik.b.czarnota+dc@gmail.com>"]
readme = "README.md"
packages = [

Loading…
Cancel
Save