Skip to content

Commit 5a3d81b

Browse files
committed
Release version 1.9.10
1 parent fa9f7d5 commit 5a3d81b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://github.com/lavavu/LavaVu/workflows/Test/badge.svg)](https://github.com/lavavu/LavaVu/actions?query=workflow:Test)
44
[![Deploy Status](https://github.com/lavavu/LavaVu/workflows/Deploy/badge.svg?branch=1.7.3)](https://github.com/lavavu/LavaVu/actions?query=workflow:Deploy)
55
[![DOI](https://zenodo.org/badge/45163055.svg)](https://zenodo.org/badge/latestdoi/45163055)
6-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.9.9)
6+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.9.10)
77

88
A scientific visualisation tool with a python interface for fast and flexible visual analysis.
99

binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/lavavu/lavavu:1.9.9
1+
FROM ghcr.io/lavavu/lavavu:1.9.10

docs/src/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ A base dockerfile is provided in the repository root.
189189
You can try it out on binder
190190

191191
.. image:: https://mybinder.org/badge_logo.svg
192-
:target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.9.9
192+
:target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.9.10
193193

194194

lavavu/html/webview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<input id="fileinput" type="file" style="visibility:hidden" onchange="useFileInput(this)" />
2929

30-
<script async src="https://cdn.jsdelivr.net/gh/lavavu/[email protected].9/LavaVu-amalgamated.min.js"></script>
30+
<script async src="https://cdn.jsdelivr.net/gh/lavavu/[email protected].10/LavaVu-amalgamated.min.js"></script>
3131
<!--script src="dat.gui.min.js"></script>
3232
<script src="OK-min.js"></script>
3333

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#Current version
2121
#(must be of the form X.Y.Z to trigger wheel builds)
22-
version = "1.9.9"
22+
version = "1.9.10"
2323

2424
"""
2525
To release a new verison:

0 commit comments

Comments
 (0)