We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3d5bb commit d7891ecCopy full SHA for d7891ec
2 files changed
pyproject.toml
@@ -11,7 +11,7 @@ authors = [
11
]
12
13
name = "trepan3k"
14
-description = "Python cross-version byte-code library and disassembler"
+description = "GDB-like Python Debugger in the Trepan family"
15
dependencies = [
16
"columnize >= 0.3.10",
17
"pyficache >= 2.3.0",
trepan/version.py
@@ -5,4 +5,4 @@
5
# debugger version number.
6
7
# fmt: off
8
-__version__="1.2.10" # noqa
+__version__="1.2.11.dev0" # noqa
0 commit comments