Skip to content

Commit e4b1bf6

Browse files
committed
Bumping version to 0.2.2
1 parent 833f336 commit e4b1bf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Python support for gauge",
55
"run": {
66
"windows": [

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name='getgauge',
55
packages=['getgauge', 'getgauge/messages'],
6-
version='0.2.1',
6+
version='0.2.2',
77
description='Enables Python support for Gauge',
88
author='Kashish Munjal',
99
author_email='kashishmunjal64@gmail.com',
1010
url='https://github.com/kashishm/gauge-python',
11-
download_url='https://github.com/kashishm/gauge-python/archive/v0.2.1.zip',
11+
download_url='https://github.com/kashishm/gauge-python/archive/v0.2.2.zip',
1212
keywords=['testing', 'gauge', 'gauge-python', 'getgauge', 'automation'],
1313
license='MIT',
1414
classifiers=[

0 commit comments

Comments
 (0)