From 5a325952729838d68cdb89819c71dea83a6ea82f Mon Sep 17 00:00:00 2001 From: upayanmazumder Date: Fri, 29 Nov 2024 13:18:34 +0530 Subject: [PATCH] Bump version to 0.1.0-alpha.3 in pyproject.toml --- CLI/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI/pyproject.toml b/CLI/pyproject.toml index 4d8b3c7..118a678 100644 --- a/CLI/pyproject.toml +++ b/CLI/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "collaborative-article-sharing" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" description = "Command-line interface for interacting with the CAS API" authors = [ { name = "upayan", email = "upayanm3@gmail.com" }