Skip to content

Commit ef2de67

Browse files
authored
Merge pull request #32 from cocolato/dev
bump version 0.1.6
2 parents 0f0fb11 + 0bc5059 commit ef2de67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pdm.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydumpling/pydumpling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from .fake_types import FakeFrame, FakeTraceback
1313

14-
__version__ = "0.1.5"
14+
__version__ = "0.1.6"
1515

1616

1717
def save_dumping(filename=None, exc_info=None):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "pdm.backend"
2525

2626
[project]
2727
name = "pydumpling"
28-
version = "0.1.5"
28+
version = "0.1.6"
2929
description = "Python post-mortem debugger"
3030
authors = [
3131
{name = "cocolato", email = "[email protected]"},

0 commit comments

Comments
 (0)