From 9812fce48153955e179755ea7a58413c3bee182f Mon Sep 17 00:00:00 2001 From: ralphwetzel Date: Sun, 19 Jan 2020 17:43:13 +0100 Subject: [PATCH] Update stamp.py --- theonionbox/stamp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theonionbox/stamp.py b/theonionbox/stamp.py index 2c0dc1f..90f09ea 100644 --- a/theonionbox/stamp.py +++ b/theonionbox/stamp.py @@ -1,4 +1,4 @@ __title__ = 'The Onion Box' __description__ = 'Dashboard to monitor Tor node operations.' -__version__ = '20.2rc1' -__stamp__ = '20200119|095654' \ No newline at end of file +__version__ = '20.2' +__stamp__ = '20200119|095654'