From 7caa86017edccc8f9e14cac7670f58f3ab1cb56b Mon Sep 17 00:00:00 2001 From: Artem Rizhov Date: Sun, 22 Jan 2017 02:39:52 +0400 Subject: [PATCH] Bump version to 2.0.0 --- hanging_threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanging_threads.py b/hanging_threads.py index d9741a2..b4bef34 100644 --- a/hanging_threads.py +++ b/hanging_threads.py @@ -29,7 +29,7 @@ import linecache import time -__version__ = "1.0.1" +__version__ = "2.0.0" __author__ = "Nicco Kunzmann"