Skip to content

Commit

Permalink
Bumping version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kashishm committed Sep 21, 2017
1 parent 833f336 commit e4b1bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "0.2.1",
"version": "0.2.2",
"description": "Python support for gauge",
"run": {
"windows": [
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit e4b1bf6

Please sign in to comment.