Skip to content

Commit

Permalink
Bump version; fix project short description
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 18, 2024
1 parent 7d3d5bb commit d7891ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]

name = "trepan3k"
description = "Python cross-version byte-code library and disassembler"
description = "GDB-like Python Debugger in the Trepan family"
dependencies = [
"columnize >= 0.3.10",
"pyficache >= 2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion trepan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# debugger version number.

# fmt: off
__version__="1.2.10" # noqa
__version__="1.2.11.dev0" # noqa

0 comments on commit d7891ec

Please sign in to comment.