From 60029878c4190be9c8153bf5a8ae21b75bbc0d7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 20:39:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.md | 2 +- ginkgo_ai_client/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b2167ee..51c3ea8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 tag = True commit = True diff --git a/CHANGES.md b/CHANGES.md index 0d38709..80e39e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ and `Semantic versioning 2.0.0 `\_, with the exceptions that - versions above `1.0.0` will be numbered as `major.minor.patch`, as is typical -# Unreleased +# 0.3.2 (2024-11-18) Fixing the github release pipeline diff --git a/ginkgo_ai_client/__init__.py b/ginkgo_ai_client/__init__.py index 4daf551..c6a560c 100644 --- a/ginkgo_ai_client/__init__.py +++ b/ginkgo_ai_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" from .client import GinkgoAIClient diff --git a/pyproject.toml b/pyproject.toml index 0cf62f4..4b49f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ginkgo_ai_client" -version = "0.3.1" +version = "0.3.2" description = "Client for the public Ginkgo AI API" readme = "README.md" requires-python = ">=3.7"