From 5632759549c9bf6a7eacb96734507a7fa576e069 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 1 Jan 2017 17:09:25 -0500 Subject: [PATCH] Bump the version to 0.0.5 in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1cb88ca..f4ae489 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'untangle-https-backup', - version = '0.0.4', + version = '0.0.5', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml', -- 2.43.2