From 8b1cf8ee116cbb549ef745e2203f5a790acf0faa Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 11 Jan 2017 14:38:56 -0600 Subject: [PATCH] Bumping version fix number for PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cafe16a..29f1467 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup from codecs import open from os import path -VERSION = "6.0.5" +VERSION = "6.0.6" DESCRIPTION = " Remove your comment history on Reddit as deleting an account does not do so." here = path.abspath(path.dirname(__file__))