From 4ddd9a84e488948606de30d2123d02636198b1ab Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 27 Aug 2023 11:32:40 +0100 Subject: (release): Prepare 0.9.0 release Signed-off-by: Daniel Silverstone --- subplotlib/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subplotlib') diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml index 57f3c58..4994e5a 100644 --- a/subplotlib/Cargo.toml +++ b/subplotlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subplotlib" -version = "0.8.0" +version = "0.9.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", @@ -17,7 +17,7 @@ rust-version = "1.63" [dependencies] fehler = "1" -subplotlib-derive = { version = "0.8.0", path = "../subplotlib-derive" } +subplotlib-derive = { version = "0.9.0", path = "../subplotlib-derive" } lazy_static = "1" base64 = "0.21.0" state = "0.5" @@ -33,7 +33,7 @@ remove_dir_all = "0.8" [build-dependencies] glob = "0.3" -subplot-build = { version = "0.8.0", path = "../subplot-build" } +subplot-build = { version = "0.9.0", path = "../subplot-build" } [dev-dependencies] serde_json = "1.0" -- cgit v1.2.1