From d9cbaef83ece4ae1b8c8141f3458e5879791c20b Mon Sep 17 00:00:00 2001 From: Kashishm Date: Mon, 4 Jul 2016 19:27:57 +0530 Subject: [PATCH] Updating version --- python.json | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python.json b/python.json index 87b4176..392dc10 100644 --- a/python.json +++ b/python.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "0.1.2", + "version": "0.1.3", "description": "Python support for gauge", "run": { "windows": [ diff --git a/setup.py b/setup.py index 2197c2d..5fb649f 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name='getgauge', packages=['getgauge', 'getgauge/messages'], - version='0.1.2', + version='0.1.3', description='Enables Python support for Gauge', author='Kashish Munjal', author_email='kashishmunjal64@gmail.com', url='https://github.com/kashishm/gauge-python', - download_url='https://github.com/kashishm/gauge-python/archive/v0.1.2.zip', + download_url='https://github.com/kashishm/gauge-python/archive/v0.1.3.zip', keywords=['testing', 'gauge', 'gauge-python', 'getgauge', 'automation'], license='MIT', classifiers=[