Skip to content

Commit a5955b8

Browse files
committed
Release version 1.8.81
1 parent 5d8be68 commit a5955b8

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.8.80)
6+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.81)
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.8.80
1+
FROM ghcr.io/lavavu/lavavu:1.8.81

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.8.80
192+
:target: https://mybinder.org/v2/gh/lavavu/LavaVu/1.8.81
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].80/LavaVu-amalgamated.min.js"></script>
30+
<script async src="https://cdn.jsdelivr.net/gh/lavavu/[email protected].81/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.8.80"
22+
version = "1.8.81"
2323

2424
"""
2525
To release a new verison:

0 commit comments

Comments
 (0)