Skip to content

Commit d7891ec

Browse files
committed
Bump version; fix project short description
1 parent 7d3d5bb commit d7891ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212

1313
name = "trepan3k"
14-
description = "Python cross-version byte-code library and disassembler"
14+
description = "GDB-like Python Debugger in the Trepan family"
1515
dependencies = [
1616
"columnize >= 0.3.10",
1717
"pyficache >= 2.3.0",

trepan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# debugger version number.
66

77
# fmt: off
8-
__version__="1.2.10" # noqa
8+
__version__="1.2.11.dev0" # noqa

0 commit comments

Comments
 (0)