diff --git a/pyproject.toml b/pyproject.toml index ef39d89..d249c12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentrun" -version = "v0.2" +version = "v0.2.0" description = "The easiest way to run AI or user generated python code safely in a docker container" readme = "README.md" requires-python = ">=3.10"