From 4b10f0c24d7b4645c77c5f269dda756320208773 Mon Sep 17 00:00:00 2001 From: Tobias Megies Date: Wed, 19 Oct 2016 18:32:29 +0200 Subject: [PATCH] release 0.6 --- obspy_github_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obspy_github_api/__init__.py b/obspy_github_api/__init__.py index 6438f1e..5ee5a43 100644 --- a/obspy_github_api/__init__.py +++ b/obspy_github_api/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from .obspy_github_api import * -__version__ = '0.0.0.dev' +__version__ = '0.6.0'