Skip to content

Commit

Permalink
Merge pull request #30 from cocolato/dev
Browse files Browse the repository at this point in the history
bump version 0.1.5
  • Loading branch information
cocolato authored Mar 20, 2024
2 parents 9b01ee1 + af3b06a commit ebd7f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydumpling/pydumpling.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import inspect
from .fake_types import FakeFrame, FakeTraceback

__version__ = "0.1.4"
__version__ = "0.1.5"


def save_dumping(filename=None, exc_info=None):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "pdm.backend"

[project]
name = "pydumpling"
version = "0.1.4"
version = "0.1.5"
description = "Python post-mortem debugger"
authors = [
{name = "cocolato", email = "haiizhu@outlook.com"},
Expand Down

0 comments on commit ebd7f84

Please sign in to comment.