Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
kashishm committed Jul 4, 2016
1 parent 4111ddf commit d9cbaef
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.1.2",
"version": "0.1.3",
"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 @@ -2,12 +2,12 @@
setup(
name='getgauge',
packages=['getgauge', 'getgauge/messages'],
version='0.1.2',
version='0.1.3',
description='Enables Python support for Gauge',
author='Kashish Munjal',
author_email='[email protected]',
url='https://github.com/kashishm/gauge-python',
download_url='https://github.com/kashishm/gauge-python/archive/v0.1.2.zip',
download_url='https://github.com/kashishm/gauge-python/archive/v0.1.3.zip',
keywords=['testing', 'gauge', 'gauge-python', 'getgauge', 'automation'],
license='MIT',
classifiers=[
Expand Down

0 comments on commit d9cbaef

Please sign in to comment.