Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ginkgobioworks/ginkgo-ai-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Nov 18, 2024
2 parents 79f629e + 6002987 commit 3388e0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and `Semantic versioning 2.0.0 <http://semver.org/>`\_, 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

Expand Down
2 changes: 1 addition & 1 deletion ginkgo_ai_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

from .client import GinkgoAIClient

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3388e0c

Please sign in to comment.