From 160d24b0822ded9d55f66843ef39dd2b8a9e2161 Mon Sep 17 00:00:00 2001 From: Geovane Fedrecheski Date: Mon, 13 May 2024 14:35:39 +0200 Subject: [PATCH] python: bump version to 0.3.0 --- lakers-python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lakers-python/Cargo.toml b/lakers-python/Cargo.toml index 1c60f902..03a52d3a 100644 --- a/lakers-python/Cargo.toml +++ b/lakers-python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lakers-python" # this will be the name of the package on pypi edition = "2021" -version ="0.2.1" +version ="0.3.0" repository.workspace = true license.workspace = true