]> gitweb.michael.orlitzky.com - untangle-https-backup.git/commitdiff
Bump the version to 0.0.5 in setup.py. 0.0.5
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 1 Jan 2017 22:09:25 +0000 (17:09 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 1 Jan 2017 22:09:25 +0000 (17:09 -0500)
setup.py

index 1cb88ca600cc266e14d3ecbdcae317ab78b2d34f..f4ae48940926cdebf9f40f48ef1ec13c0fc0f88d 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.4',
+    version      = '0.0.5',
     author       = 'Michael Orlitzky',
     author_email = 'michael@orlitzky.com',
     url          = 'http://michael.orlitzky.com/code/untangle-https-backup.xhtml',