From: Michael Orlitzky Date: Fri, 5 Oct 2018 22:39:54 +0000 (-0400) Subject: setup.py: update the version to 0.0.9. X-Git-Tag: 0.0.9^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=untangle-https-backup.git;a=commitdiff_plain;h=03ad1ebaf4b287cfc4416e8ea42ce6f570aca62f setup.py: update the version to 0.0.9. --- 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',