From 6b96742842d6daedea0e6d191e818513318f21fd Mon Sep 17 00:00:00 2001 From: Timothy Palpant Date: Sun, 4 Jul 2021 11:10:11 -0400 Subject: [PATCH] Bump version to 0.0.11 --- mprofile/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mprofile/__init__.py b/mprofile/__init__.py index 62933dd..0e215cb 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.10" +__version__ = "0.0.11" def _assert_ext_available():