From d841a5a9e80dd0cd3d596ad58f36962545035fdf Mon Sep 17 00:00:00 2001 From: Roticagas Date: Mon, 14 Jan 2019 17:34:08 +0700 Subject: [PATCH] version 1.1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e72061..5213dfb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="PubSubRunner", - version="1.1.4", + version="1.1.5", author="Chettha Thawornsathit", author_email="roticagas@gmail.com", description="Python Boilerplate for Google Cloud PubSub running task in python",