Skip to content

Commit

Permalink
bump version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolato committed Apr 4, 2024
1 parent 5d3bb36 commit 0bc5059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pydumpling/pydumpling.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from .fake_types import FakeFrame, FakeTraceback

__version__ = "0.1.5"
__version__ = "0.1.6"


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.5"
version = "0.1.6"
description = "Python post-mortem debugger"
authors = [
{name = "cocolato", email = "[email protected]"},
Expand Down

0 comments on commit 0bc5059

Please sign in to comment.