Skip to content

Commit

Permalink
Release 2.0.0 (openai#1444)
Browse files Browse the repository at this point in the history
Releases 2.0.0 of evals. This is a major version bump because:
* openai-python is bumped to >1.0.0, which reflects a major breaking
change to many uses of the repo
* We haven't released a version since April, so it seems fair to bump to
2.0.0 since there may be significant breaking changes to the code in the
last 8 months

The release is successfully pushed to PyPi:
https://pypi.org/project/evals/. Updating the repo to reflect the new
version.

In future work, I'll set up a github action to publish versions to PyPi
when the version string is bumped
  • Loading branch information
etr2460 committed Dec 21, 2023
1 parent f20c305 commit 311e91e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[project]
name = "evals"
version = "1.0.3.post1"
version = "2.0.0.post1"
requires-python = ">=3.9"
readme = "README.md"
dependencies = [
"mypy",
"openai>=1.0.0",
Expand Down Expand Up @@ -35,6 +36,9 @@ dependencies = [
"statsmodels",
]

[project.urls]
repository = "https://github.com/openai/evals"

[project.optional-dependencies]
formatters = [
"black",
Expand Down

0 comments on commit 311e91e

Please sign in to comment.