We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930eaa5 commit a4a3847Copy full SHA for a4a3847
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "openevolve"
7
-version = "0.0.14"
+version = "0.0.15"
8
description = "Open-source implementation of AlphaEvolve"
9
readme = "README.md"
10
requires-python = ">=3.9"
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
name="openevolve",
- version="0.0.14",
+ version="0.0.15",
packages=find_packages(),
include_package_data=True,
)
0 commit comments