Skip to content

Commit b213e17

Browse files
committed
Updating version to 0.1.5
1 parent fc765ce commit b213e17

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.1.4",
3+
"version": "0.1.5",
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
@@ -2,12 +2,12 @@
22
setup(
33
name='getgauge',
44
packages=['getgauge', 'getgauge/messages'],
5-
version='0.1.4',
5+
version='0.1.5',
66
description='Enables Python support for Gauge',
77
author='Kashish Munjal',
88
author_email='kashishmunjal64@gmail.com',
99
url='https://github.com/kashishm/gauge-python',
10-
download_url='https://github.com/kashishm/gauge-python/archive/v0.1.4.zip',
10+
download_url='https://github.com/kashishm/gauge-python/archive/v0.1.5.zip',
1111
keywords=['testing', 'gauge', 'gauge-python', 'getgauge', 'automation'],
1212
license='MIT',
1313
classifiers=[

0 commit comments

Comments
 (0)