Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
david4096 committed May 8, 2018
1 parent 120cd3b commit 50987ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ basePath: /ga4gh/wes/v1
swagger: '2.0'
info:
title: Workflow Execution Service
version: 0.2.1
version: 0.3.0
schemes:
- http
- https
Expand Down Expand Up @@ -518,4 +518,4 @@ definitions:
description: A detailed error message.
status_code:
type: integer
description: The integer representing the HTTP status code (e.g. 200, 404).
description: The integer representing the HTTP status code (e.g. 200, 404).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
version='0.2.1',
version='0.3.0',
keywords=['genomics'],
# Use setuptools_scm to set the version number automatically from Git
setup_requires=['setuptools_scm'],
Expand Down

0 comments on commit 50987ae

Please sign in to comment.