From 215b7f9cdf2c903bdc12fb9b215b95e67286684a Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 22 Jan 2021 18:09:31 +1000 Subject: [PATCH] Update to v 1.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd84a9..c78f75d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottomify" -version = "1.1.0" +version = "1.1.1" authors = ["uYert Developers "] readme = "README.rst" edition = "2018" @@ -9,7 +9,7 @@ include = ["src/lib.rs", "README.rst"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bottomify = "1.1.0" +bottomify = "1.1.1" pyo3 = "0.13.1" [package.metadata.maturin]