Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 139306c

Browse files
committed
bump v
1 parent 1a84386 commit 139306c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/integration/promptlayer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ With `fastrepl`, you can use LLM to help with this process. This is especially u
99
## Setup
1010

1111
```
12-
pip install -qq "fastrepl==0.0.20" "promptlayer"
12+
pip install -qq "fastrepl>=0.0.20" "promptlayer"
1313
```
1414

1515
```python

fastrepl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.20"
1+
__version__ = "0.0.21"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastrepl"
3-
version = "0.0.20"
3+
version = "0.0.21"
44
description = "Fast Run-Eval-Polish Loop for LLM App"
55
authors = ["yujonglee <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)