Commit 000474f 1 parent e78194a commit 000474f Copy full SHA for 000474f
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ It is using `OWSLib` from the `GeoPython` project.
32
32
You can try Birdy online using Binder, just click on the binder link below.
33
33
34
34
.. 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
36
36
:alt: Binder Launcher
37
37
38
38
Birdy is part of the `Birdhouse `_ project.
Original file line number Diff line number Diff line change 1
- __version__ = '0.5.1 '
1
+ __version__ = '0.6.0 '
2
2
3
3
from .client import WPSClient
4
4
Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = ''
68
68
# The full version, including alpha/beta/rc tags.
69
- release = '0.5.1 '
69
+ release = '0.6.0 '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.1
2
+ current_version = 0.6.0
3
3
commit = True
4
4
tag = True
5
5
You can’t perform that action at this time.
0 commit comments