From 9576d37618c028f992cb42307e33292da1220407 Mon Sep 17 00:00:00 2001 From: arpanetus Date: Sat, 23 Mar 2024 17:58:35 +0500 Subject: [PATCH] fix version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfbfe5c..c4604e5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Higgsfield serves as a GPU workload manager and machine learning framework with ## Install ```bash -$ pip install higgsfield==0.0.3 +$ pip install higgsfield==0.0.4-rc ``` diff --git a/pyproject.toml b/pyproject.toml index 44057c9..d4fa4e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "higgsfield" -version = "0.0.3" +version = "0.0.4-rc" description = "" authors = ["Yerzat Dulat ", "Anwar Omar "] readme = "README.md"