Skip to content

Commit ebd7f84

Browse files
authored
Merge pull request #30 from cocolato/dev
bump version 0.1.5
2 parents 9b01ee1 + af3b06a commit ebd7f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydumpling/pydumpling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import inspect
99
from .fake_types import FakeFrame, FakeTraceback
1010

11-
__version__ = "0.1.4"
11+
__version__ = "0.1.5"
1212

1313

1414
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.4"
28+
version = "0.1.5"
2929
description = "Python post-mortem debugger"
3030
authors = [
3131
{name = "cocolato", email = "[email protected]"},

0 commit comments

Comments
 (0)