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"