diff --git a/pdm.lock b/pdm.lock index 3504eee..b8c778c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -212,7 +212,7 @@ files = [ [[package]] name = "pytest-order" -version = "1.2.0" +version = "1.2.1" requires_python = ">=3.6" summary = "pytest plugin to run your tests in a specific order" groups = ["test"] @@ -221,8 +221,8 @@ dependencies = [ "pytest>=6.2.4; python_version >= \"3.10\"", ] files = [ - {file = "pytest-order-1.2.0.tar.gz", hash = "sha256:944f86b6d441aa7b1da80f801c6ab65b84bbeba472d0a7a12eb43ba26650101a"}, - {file = "pytest_order-1.2.0-py3-none-any.whl", hash = "sha256:9d65c3b6dc6d6ee984d6ae2c6c4aa4f1331e5b915116219075c888c8bcbb93b8"}, + {file = "pytest-order-1.2.1.tar.gz", hash = "sha256:4451bd8821ba4fa2109455a2fcc882af60ef8e53e09d244d67674be08f56eac3"}, + {file = "pytest_order-1.2.1-py3-none-any.whl", hash = "sha256:c3082fc73f9ddcf13e4a22dda9bbcc2f39865bf537438a1d50fa241e028dd743"}, ] [[package]] diff --git a/pydumpling/pydumpling.py b/pydumpling/pydumpling.py index c66b373..2a8b372 100644 --- a/pydumpling/pydumpling.py +++ b/pydumpling/pydumpling.py @@ -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): diff --git a/pyproject.toml b/pyproject.toml index e3eb211..07eaaa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "haiizhu@outlook.com"},