summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-17 12:04:09 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-17 12:04:09 +0100
commit2b6c8c9c96b870091068fc4bcf0f9974e22ec7ab (patch)
tree77b4c93eb09b1fac60e06c88925e739caf5c3975
parent1c28232c16a867a644ad28f5df232220cb82bead (diff)
downloadsubplot-2b6c8c9c96b870091068fc4bcf0f9974e22ec7ab.tar.gz
(subplotlib): Update release version
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--Cargo.lock2
-rw-r--r--subplotlib/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f687b4e..778bbfe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1108,7 +1108,7 @@ dependencies = [
[[package]]
name = "subplotlib"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"base64",
"fehler",
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 7639742..bd4604d 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib"
-version = "0.4.0"
+version = "0.4.1"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",