Skip to content

Commit a62b3e1

Browse files
fix typo
1 parent 8c28689 commit a62b3e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The benchmark consists of 57 core Python libraries. The challenge is to rebuild
1010

1111
Commit-0 is an interactive environment that makes it easy to design and test new agents. You can:
1212

13-
* Efficiently run tests in isolated environemnts
13+
* Efficiently run tests in isolated environments
1414
* Distribute testing and development across cloud systems
1515
* Track and log all changes made throughout.
1616

pyproject.toml

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

55
[project]
66
name = "commit0"
7-
version = "0.1.3"
7+
version = "0.1.5"
88
description = "A development and evaluation framework for using language models to generate libraries."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)