From: Michael Orlitzky Date: Sun, 1 Jan 2017 22:45:17 +0000 (-0500) Subject: Bump to version 0.0.6 in setup.py. X-Git-Tag: 0.0.6^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=untangle-https-backup.git;a=commitdiff_plain;h=d49dfbf5c33aea4a11a07e5dc7bd36fe5a0d056e Bump to version 0.0.6 in setup.py. --- diff --git a/setup.py b/setup.py index f4ae489..7c28d8b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'untangle-https-backup', - version = '0.0.5', + version = '0.0.6', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml',