From e4b1bf6bab3627b6c612f98405c760d1e9a6b7b0 Mon Sep 17 00:00:00 2001 From: kashishm Date: Thu, 21 Sep 2017 16:07:58 +0530 Subject: [PATCH] Bumping version to 0.2.2 --- python.json | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python.json b/python.json index 248bb09..83c7535 100644 --- a/python.json +++ b/python.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "0.2.1", + "version": "0.2.2", "description": "Python support for gauge", "run": { "windows": [ diff --git a/setup.py b/setup.py index 9d5995d..469590c 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name='getgauge', packages=['getgauge', 'getgauge/messages'], - version='0.2.1', + version='0.2.2', 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.2.1.zip', + download_url='https://github.com/kashishm/gauge-python/archive/v0.2.2.zip', keywords=['testing', 'gauge', 'gauge-python', 'getgauge', 'automation'], license='MIT', classifiers=[