Skip to content

Commit

Permalink
bump version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolato committed Mar 20, 2024
1 parent 79ca9ef commit af3b06a
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 af3b06a

Please sign in to comment.