Skip to content

Commit 5041723

Browse files
committed
updates to v0.9.1
1 parent dc7938b commit 5041723

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Python version](https://img.shields.io/badge/python-3.5%7C3.6%7C3.7-blue.svg)
66
[![Build Status](https://travis-ci.com/LabForComputationalVision/pyrtools.svg?branch=master)](https://travis-ci.com/LabForComputationalVision/pyrtools)
77
[![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest)
8-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.0?filepath=TUTORIALS%2F)
8+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.1?filepath=TUTORIALS%2F)
99

1010
Briefly, the tools include:
1111
- Recursive multi-scale image decompositions (pyramids), including

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:target: https://travis-ci.com/LabForComputationalVision/pyrtools
1111

1212
.. |binder| image:: https://mybinder.org/badge_logo.svg
13-
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.0?filepath=TUTORIALS%2F
13+
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.1?filepath=TUTORIALS%2F
1414

1515
.. pyrtools documentation master file, created by
1616
sphinx-quickstart on Mon Mar 25 17:57:12 2019.

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ For more details, see the jupyter notebooks included in the
3131
`TUTORIALS/` directory, static versions of which are linked in the
3232
navigation sidebar. You can play around with a live version of them in
3333
order to test out the code before downloading on `binder
34-
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.0?filepath=TUTORIALS%2F>`_
34+
<https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v0.9.1?filepath=TUTORIALS%2F>`_

pyrtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.9.0'
1+
version = '0.9.1'

0 commit comments

Comments
 (0)