Skip to content

Commit 636f948

Browse files
committed
Bump version: 0.6.8 → 0.6.9
1 parent 41f490d commit 636f948

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ You can try Birdy online using Binder (just click on the binder link below),
3333
or view the notebooks on NBViewer.
3434

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

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

birdy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.6.8'
1+
__version__ = '0.6.9'
22

33
from .client import WPSClient
44

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = ''
8282
# The full version, including alpha/beta/rc tags.
83-
release = '0.6.8'
83+
release = '0.6.9'
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.8
2+
current_version = 0.6.9
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)