From 5e8d80744622a65ab5db5ce93fafe956fa5c176b Mon Sep 17 00:00:00 2001 From: Nihit Date: Thu, 10 Aug 2023 15:23:29 -0700 Subject: [PATCH] bump version (#526) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a235a30d..b7bea9fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "refuel-autolabel" -version = "0.0.12" +version = "0.0.13" description = "Label, clean and enrich text datasets with LLMs" readme = "README.md" authors = [{ name = "Refuel.ai", email = "support@refuel.ai" }]