From 381cce785427fdcb53c672150d6220609328d50b Mon Sep 17 00:00:00 2001 From: Douwe Schulte Date: Tue, 3 Sep 2024 11:31:21 +0200 Subject: [PATCH] Updated version numbers --- rustyms-py/Cargo.toml | 2 +- rustyms/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rustyms-py/Cargo.toml b/rustyms-py/Cargo.toml index edc186f..292668d 100644 --- a/rustyms-py/Cargo.toml +++ b/rustyms-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyms-py" -version = "0.8.3" +version = "0.9.0-alpha.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rustyms/Cargo.toml b/rustyms/Cargo.toml index 261df11..75433f4 100644 --- a/rustyms/Cargo.toml +++ b/rustyms/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyms" -version = "0.8.3" +version = "0.9.0-alpha.1" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Douwe Schulte "]