Skip to content

Commit 664e867

Browse files
committed
Bump version to 0.0.9
Update project version from 0.0.8 to 0.0.9 in both pyproject.toml and setup.py for a new release.
1 parent 31508ea commit 664e867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openevolve"
7-
version = "0.0.8"
7+
version = "0.0.9"
88
description = "Open-source implementation of AlphaEvolve"
99
readme = "README.md"
1010
requires-python = ">=3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="openevolve",
5-
version="0.0.8",
5+
version="0.0.9",
66
packages=find_packages(),
77
include_package_data=True,
88
)

0 commit comments

Comments
 (0)