From 71225a9d3ea818f535df8e9fa9d6cd477b453f2d Mon Sep 17 00:00:00 2001 From: Gabriel Guarisa Date: Mon, 30 Sep 2024 15:06:53 -0300 Subject: [PATCH] Change version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1789eb7..abd1fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modelib" -version = "0.3.0" +version = "0.3.0a1" description = "A minimalist framework for online deployment of sklearn-like models" authors = ["Gabriel Guarisa "] readme = "README.md"