diff --git a/README.rst b/README.rst index 8565b7c..eb9c046 100644 --- a/README.rst +++ b/README.rst @@ -44,10 +44,10 @@ Full `documentation `_ is on ReadTheDoc :alt: Join the chat at https://gitter.im/bird-house/birdhouse .. |Binder| image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.5?filepath=notebooks + :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.6?filepath=notebooks :alt: Binder Launcher .. |NBViewer| image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg - :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.5/notebooks/ + :target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.6/notebooks/ :alt: NBViewer :height: 20 diff --git a/birdy/__init__.py b/birdy/__init__.py index 6011471..17f689c 100644 --- a/birdy/__init__.py +++ b/birdy/__init__.py @@ -1,6 +1,6 @@ # noqa: D100, D104 -__version__ = "0.8.5" +__version__ = "0.8.6" from .client import WPSClient from .ipyleafletwfs import IpyleafletWFS # noqa: F401 diff --git a/docs/source/conf.py b/docs/source/conf.py index 4946379..391bcd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -87,7 +87,7 @@ # The short X.Y version. version = "" # The full version, including alpha/beta/rc tags. -release = "0.8.5" +release = "0.8.6" # 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 99af874..c032212 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.5 +current_version = 0.8.6 commit = True tag = False