From 79258ded338a4f581914a36e90c82449ef2c0bf2 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 5 Dec 2016 23:57:23 -0600 Subject: [PATCH] Increments version to support requirements update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a19497..c9af536 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup from codecs import open from os import path -VERSION = "5.0.1" +VERSION = "5.0.2" DESCRIPTION = " Remove your comment history on Reddit as deleting an account does not do so." here = path.abspath(path.dirname(__file__))