From 9bdb777e36f38fe87924e01117364d60c073b988 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 10 Jan 2019 00:57:52 +0000 Subject: [PATCH] 0.0.3 --- stgithub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgithub.py b/stgithub.py index 5596ac8..7ceb37f 100755 --- a/stgithub.py +++ b/stgithub.py @@ -46,7 +46,7 @@ import requests import six # Queue -__version__ = '0.0.2' +__version__ = '0.0.3' __author__ = "Marat (@cmu.edu)" __license__ = "GPL v3"