From ea3f9db5db41b1b6fce170f531c8e9eda9779d46 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 17 Jan 2024 22:43:44 -0500 Subject: [PATCH] chore: Release pyrage version 1.1.3-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e699b26..bb14548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyrage" -version = "1.1.2" +version = "1.1.3-rc.1" authors = ["William Woodruff "] edition = "2021" description = "Python bindings for rage (age in Rust)"