From cb73dda5ece2027f7aa7007262e9880f858a026c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 25 Jan 2019 16:08:25 +0000 Subject: [PATCH] 0.0.6 --- stgithub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgithub.py b/stgithub.py index 6d60c3c..23ad9b5 100755 --- a/stgithub.py +++ b/stgithub.py @@ -46,7 +46,7 @@ import requests import six # Queue -__version__ = '0.0.5' +__version__ = '0.0.6' __author__ = "Marat (@cmu.edu)" __license__ = "GPL v3"