From faf65249a95a8615b4092a1882b9110e5bd3d404 Mon Sep 17 00:00:00 2001 From: Timothy Palpant Date: Sun, 4 Jul 2021 11:59:35 -0400 Subject: [PATCH] Bump version to 0.0.12 --- mprofile/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mprofile/__init__.py b/mprofile/__init__.py index 0e215cb..f93fc5e 100644 --- a/mprofile/__init__.py +++ b/mprofile/__init__.py @@ -20,7 +20,7 @@ def is_tracing(): # setup.py reads the version information from here to set package version -__version__ = "0.0.11" +__version__ = "0.0.12" def _assert_ext_available():