Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent 22a2322 commit 60377d0
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.4.0
current_version = 0.5.0
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 @@ -10,7 +10,7 @@ and `Semantic versioning 2.0.0 <http://semver.org/>`\_, with the exceptions that
typical


# Unreleased
# 0.5.0 (2024-12-16)

Added Boltz structure inference

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.4.0"
__version__ = "0.5.0"

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.4.0"
version = "0.5.0"
description = "Client for the public Ginkgo AI API"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 60377d0

Please sign in to comment.