From 87b0088b4e255d7c3b3dd35e313a1377af341ae4 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Thu, 6 Jun 2024 04:45:48 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hey/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hey/__init__.py b/hey/__init__.py index 499601e..cdc41bd 100644 --- a/hey/__init__.py +++ b/hey/__init__.py @@ -4,4 +4,4 @@ __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 2bb9d30..c39dc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hey_mindsdb" -version = "0.2.0" +version = "0.3.0" description = "Your AI-powered pair programming friend" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.8" @@ -44,7 +44,7 @@ Repository = "https://github.com/lnxpy/hey" packages = ["hey"] [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.3.0" commit = "true" tag = "true"