diff --git a/README.md b/README.md index 6acb55f9..33926820 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/lavavu/LavaVu/workflows/Test/badge.svg)](https://github.com/lavavu/LavaVu/actions?query=workflow:Test) [![Deploy Status](https://github.com/lavavu/LavaVu/workflows/Deploy/badge.svg)](https://github.com/lavavu/LavaVu/actions?query=workflow:Deploy) [![DOI](https://zenodo.org/badge/45163055.svg)](https://zenodo.org/badge/latestdoi/45163055) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.2?filepath=notebooks) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.3?filepath=notebooks) A scientific visualisation tool with a python interface for fast and flexible visual analysis. diff --git a/docs/src/Installation.rst b/docs/src/Installation.rst index 717511c9..73cff97f 100644 --- a/docs/src/Installation.rst +++ b/docs/src/Installation.rst @@ -189,6 +189,6 @@ A base dockerfile is provided in the repository root. You can try it out on binder .. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.2?filepath=notebooks + :target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.7.3?filepath=notebooks diff --git a/setup.py b/setup.py index dde3f3ec..c138874b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ #Current version #(must be of the form X.Y.Z to trigger wheel builds) -version = "1.7.2" +version = "1.7.3" """ To release a new verison: