From 97d198d54db6ada340f649dd4857b8a7b647ab7d Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Mon, 15 Jan 2024 21:03:21 -0800 Subject: [PATCH] Bump to 0.0.40 --- doc/Cargo.toml | 4 ++-- gnuplot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Cargo.toml b/doc/Cargo.toml index 1e940b97..65df5a51 100644 --- a/doc/Cargo.toml +++ b/doc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "doc" -version = "0.0.39" #auto +version = "0.0.40" #auto authors = [ "SiegeLord " ] [lib] @@ -11,4 +11,4 @@ path = "dummy.rs" [dependencies.gnuplot] path = "../gnuplot" -version = "=0.0.39" #auto +version = "=0.0.40" #auto diff --git a/gnuplot/Cargo.toml b/gnuplot/Cargo.toml index 6cfc27f4..cdbbd1cf 100644 --- a/gnuplot/Cargo.toml +++ b/gnuplot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gnuplot" -version = "0.0.39" #auto +version = "0.0.40" #auto license = "LGPL-3.0" repository = "https://github.com/SiegeLord/RustGnuplot" documentation = "http://siegelord.github.io/RustGnuplot/doc/gnuplot/index.html"