Skip to content

Commit 9607ab8

Browse files
committed
bump versions
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent 7578677 commit 9607ab8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "A plotting library powered by Plotly.js"
55
authors = [
66
"Ioannis Giagkiozis <i.giagkiozis@gmail.com>",

plotly_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly_derive"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Internal proc macro crate for Plotly-rs."
55
authors = ["Ioannis Giagkiozis <i.giagkiozis@gmail.com>"]
66
license = "MIT"

plotly_kaleido/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly_kaleido"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Additional output format support for plotly using Kaleido"
55
authors = [
66
"Ioannis Giagkiozis <i.giagkiozis@gmail.com>",

0 commit comments

Comments
 (0)