From a3fba563162b7b887807c924b530e034df506e15 Mon Sep 17 00:00:00 2001 From: Scott Black Date: Tue, 6 Nov 2018 12:17:21 -0700 Subject: [PATCH] increment version number --- hs_restclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hs_restclient/__init__.py b/hs_restclient/__init__.py index a3bb538..2d27a9b 100755 --- a/hs_restclient/__init__.py +++ b/hs_restclient/__init__.py @@ -5,7 +5,7 @@ """ __title__ = 'hs_restclient' -__version__ = '1.2.12' +__version__ = '1.3.0' import os