From ee343981618f6e1e2ee8356e9ec27ce3dbe5a7a5 Mon Sep 17 00:00:00 2001 From: MacPingu Date: Mon, 27 May 2019 23:16:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- birdy/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 80a76c1..4ccfef6 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ It is using `OWSLib` from the `GeoPython` project. You can try Birdy online using Binder, just click on the binder link below. .. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.0?filepath=notebooks + :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.1?filepath=notebooks :alt: Binder Launcher Birdy is part of the `Birdhouse`_ project. diff --git a/birdy/__init__.py b/birdy/__init__.py index 341b13f..c463e4f 100644 --- a/birdy/__init__.py +++ b/birdy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.0' +__version__ = '0.6.1' from .client import WPSClient diff --git a/docs/source/conf.py b/docs/source/conf.py index 5015cb2..bc0a2e0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = '' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.6.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 78055fd..09a6a0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True