Skip to content

Commit

Permalink
Merge pull request #32 from cocolato/dev
Browse files Browse the repository at this point in the history
bump version 0.1.6
  • Loading branch information
cocolato authored Apr 4, 2024
2 parents 0f0fb11 + 0bc5059 commit ef2de67
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 ef2de67

Please sign in to comment.