Skip to content

Commit 000474f

Browse files
committed
Bump version: 0.5.1 → 0.6.0
1 parent e78194a commit 000474f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is using `OWSLib` from the `GeoPython` project.
3232
You can try Birdy online using Binder, just click on the binder link below.
3333

3434
.. image:: https://mybinder.org/badge_logo.svg
35-
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.5.1?filepath=notebooks
35+
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.0?filepath=notebooks
3636
:alt: Binder Launcher
3737

3838
Birdy is part of the `Birdhouse`_ project.

birdy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.6.0'
22

33
from .client import WPSClient
44

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = ''
6868
# The full version, including alpha/beta/rc tags.
69-
release = '0.5.1'
69+
release = '0.6.0'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# 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.5.1
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)