From 17e13192a8066b36f2b8e50e03ce28e03851fe94 Mon Sep 17 00:00:00 2001 From: Andrew Kondrich Date: Thu, 13 Apr 2023 14:35:19 -0700 Subject: [PATCH] bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a7fc04b61..be9e5be86d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "evals" -version = "1.0.0" +version = "1.0.1" requires-python = ">=3.9" dependencies = [ "mypy",