From a9c977c8b1bf01b84dfb34f23ee8c76d02b2af51 Mon Sep 17 00:00:00 2001 From: Ion Date: Sat, 27 Jul 2024 13:02:33 +0000 Subject: [PATCH] v0.0.42 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b178ce..28b0a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firedust" -version = "0.0.41" +version = "0.0.42" description = "A simple framework to build and deploy AI tools." authors = ["ion "] readme = "README.md"