Skip to content

Commit

Permalink
Update the version to 0.1.40
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG committed Aug 23, 2023
1 parent c2deaec commit 790e9f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ To read the following content, you need to understand the basic use of GPTCache,
- [Readme doc](https://github.com/zilliztech/GPTCache)
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)

## v0.1.40 (2023.8.23)
1. Support the redis eviction

## v0.1.38 (2023.7.31)

Some improvements:
Expand Down
2 changes: 1 addition & 1 deletion gptcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""gptcache version"""
__version__ = "0.1.39.1"
__version__ = "0.1.40"

from gptcache.config import Config
from gptcache.core import Cache
Expand Down

0 comments on commit 790e9f4

Please sign in to comment.