From 263232e0a08e8e4c20f6d0e86e4b6dde651b42d4 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 8 Feb 2020 15:51:59 -0800 Subject: [PATCH] I keep forgetting I have a version number. --- timesearch_modules/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesearch_modules/common.py b/timesearch_modules/common.py index aef1818..ae4ef7d 100644 --- a/timesearch_modules/common.py +++ b/timesearch_modules/common.py @@ -4,7 +4,7 @@ import os import time import traceback -VERSION = '2020.01.05.0' +VERSION = '2020.02.08.0' try: import praw