From 3f8ea42a82c99177143173411868f0c0126cbaab Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Apr 2016 21:01:28 -0400 Subject: [PATCH] Bump to v0.0.2 in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a475b5..f365f4f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'untangle-https-backup', - version = '0.0.1', + version = '0.0.2', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.php', -- 2.43.2