From 03ad1ebaf4b287cfc4416e8ea42ce6f570aca62f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 5 Oct 2018 18:39:54 -0400 Subject: [PATCH] setup.py: update the version to 0.0.9. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e0c911..e8668d8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'untangle-https-backup', - version = '0.0.8', + version = '0.0.9', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml', -- 2.43.2