Skip to content

Commit 790e9f4

Browse files
committed
Update the version to 0.1.40
Signed-off-by: SimFG <[email protected]>
1 parent c2deaec commit 790e9f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release_note.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ To read the following content, you need to understand the basic use of GPTCache,
55
- [Readme doc](https://github.com/zilliztech/GPTCache)
66
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)
77

8+
## v0.1.40 (2023.8.23)
9+
1. Support the redis eviction
10+
811
## v0.1.38 (2023.7.31)
912

1013
Some improvements:

gptcache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""gptcache version"""
2-
__version__ = "0.1.39.1"
2+
__version__ = "0.1.40"
33

44
from gptcache.config import Config
55
from gptcache.core import Cache

0 commit comments

Comments
 (0)