From 6c7f84854dfde2b9ae73c395b5122a5d52f177fd Mon Sep 17 00:00:00 2001 From: Natan Lao Date: Wed, 29 Aug 2018 15:44:26 -0700 Subject: [PATCH] Push release v0.4.1 [hotfix] --- openapi/data_object_service.swagger.yaml | 2 +- python/ga4gh/dos/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/data_object_service.swagger.yaml b/openapi/data_object_service.swagger.yaml index b37767b4b..2865f3fc2 100644 --- a/openapi/data_object_service.swagger.yaml +++ b/openapi/data_object_service.swagger.yaml @@ -2,7 +2,7 @@ swagger: '2.0' basePath: '/ga4gh/dos/v1' info: title: Data Object Service - version: 0.4.0 + version: 0.4.1 description: https://github.com/ga4gh/data-object-service-schemas contact: name: David Steinberg diff --git a/python/ga4gh/dos/__init__.py b/python/ga4gh/dos/__init__.py index b0ace8b0e..9999d3bf7 100644 --- a/python/ga4gh/dos/__init__.py +++ b/python/ga4gh/dos/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.4.0" +__version__ = "0.4.1"