From: Michael Orlitzky Date: Wed, 18 Apr 2018 00:41:48 +0000 (-0400) Subject: setup.py: update the version string to "0.0.8". X-Git-Tag: 0.0.8^0 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=untangle-https-backup.git;a=commitdiff_plain;h=1ea497600100d97d7d00eb3c267b1bbdc8c1256e setup.py: update the version string to "0.0.8". --- diff --git a/setup.py b/setup.py index a873edc..6e0c911 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'untangle-https-backup', - version = '0.0.7', + version = '0.0.8', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml',