Skip to content

Commit

Permalink
Bumped Version to 0.2 (#3)
Browse files Browse the repository at this point in the history
* bumped version and added min pip version to readme
  • Loading branch information
simedw authored Jul 13, 2023
1 parent 9f5275d commit 7a1c240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ In this example, `FileCache` is used to enable caching, and the `workers` parame

## 🙌 Contribute

BenchLLM is developed for Python 3.10, although it may work with other Python versions as well. We recommend using a Python 3.10 environment. You can use conda or any other environment manager to set up the environment:
BenchLLM is developed for Python 3.10, although it may work with other Python versions as well. We recommend using a Python 3.10 environment and pip >= 23. You can use conda or any other environment manager to set up the environment:

```bash
$ conda create --name benchllm python=3.10
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "benchllm"
version = "0.1.0"
version = "0.2.0"
description = "Tool for testing LLMs"
homepage = "https://github.com/v7labs/benchllm"
authors = [ "Simon Edwardsson <[email protected]>", "Andrea Azzini <[email protected]>"]
Expand Down

0 comments on commit 7a1c240

Please sign in to comment.