]> gitweb.michael.orlitzky.com - untangle-https-backup.git/commitdiff
setup.py: update the version to 0.0.10. 0.0.10
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 6 Oct 2018 20:47:47 +0000 (16:47 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 6 Oct 2018 20:47:47 +0000 (16:47 -0400)
setup.py

index e8668d8397179716730daafd13e37f6b2fa57f3c..0fee88af02812a253ee81d97e54244a03c2ab434 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
 
 setup(
     name         = 'untangle-https-backup',
-    version      = '0.0.9',
+    version      = '0.0.10',
     author       = 'Michael Orlitzky',
     author_email = 'michael@orlitzky.com',
     url          = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml',