diff --git a/hey/__init__.py b/hey/__init__.py index 237181f..842dc0e 100644 --- a/hey/__init__.py +++ b/hey/__init__.py @@ -4,4 +4,4 @@ __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/pyproject.toml b/pyproject.toml index 602662e..a8b209d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hey_mindsdb" -version = "0.3.1" +version = "0.3.2" 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.1" +current_version = "0.3.2" commit = "true" tag = "true"