From 219fcc522fa5fd6e440703358f6eb408f3ffc007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clemens=20Kornd=C3=B6rfer?= Date: Wed, 13 Mar 2024 20:34:35 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36c1555..6daa87d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( python_requires=">=3.4", name="stackprinter", - version="0.2.11", + version="0.2.12", author="cknd", author_email="ck-github@mailbox.org", description="Debug-friendly stack traces, with variable values and semantic highlighting",