From 540020eeb5473c1aecff1b0393b9d38b3a2a990d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 23 Oct 2017 16:31:52 -0400 Subject: [PATCH] setup.py: update the version string to "0.0.7". --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c28d8b..a873edc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'untangle-https-backup', - version = '0.0.6', + version = '0.0.7', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml', -- 2.43.2