From 4c4ba76770b0e72f1eab0bb8ba1084893bb742f6 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Fri, 23 Aug 2024 21:38:18 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.3.3?= 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 842dc0e..39ba3f6 100644 --- a/hey/__init__.py +++ b/hey/__init__.py @@ -4,4 +4,4 @@ __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/pyproject.toml b/pyproject.toml index a8b209d..b247959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hey_mindsdb" -version = "0.3.2" +version = "0.3.3" 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.3.2" +current_version = "0.3.3" commit = "true" tag = "true"