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=[