From 833e268b4964bb4c2daf8b15dabbe86ba197c0ea Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 5 Dec 2024 14:21:34 +0100 Subject: [PATCH] chore: update version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ca2606..f4f6a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hive-cli" -version = "0.1.4" +version = "0.2.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12"