Skip to content

Commit

Permalink
Bump version: 0.6.8 → 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Mar 11, 2020
1 parent 41f490d commit 636f948
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ You can try Birdy online using Binder (just click on the binder link below),
or view the notebooks on NBViewer.

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.8?filepath=notebooks
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.9?filepath=notebooks
:alt: Binder Launcher

.. image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.6.8/notebooks/
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.6.9/notebooks/
:alt: NBViewer
:height: 20

Expand Down
2 changes: 1 addition & 1 deletion birdy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.8'
__version__ = '0.6.9'

from .client import WPSClient

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.6.8'
release = '0.6.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.8
current_version = 0.6.9
commit = True
tag = True

Expand Down

0 comments on commit 636f948

Please sign in to comment.