Skip to content

Commit

Permalink
Update the version to 0.1.9 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <bang.fu@zilliz.com>
  • Loading branch information
SimFG committed Apr 12, 2023
1 parent 20337c1 commit 8ca703e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def parse_requirements(file_name: str) -> List[str]:
setuptools.setup(
name="gptcache",
packages=find_packages(),
version="0.1.8",
version="0.1.9",
author="SimFG",
author_email="bang.fu@zilliz.com",
description="GPT Cache, a powerful caching library that can be used to speed up and lower the cost of chat "
"applications that rely on the LLM service. GPT Cache works as a memcache for AIGC applications, "
description="GPTCache, a powerful caching library that can be used to speed up and lower the cost of chat "
"applications that rely on the LLM service. GPTCache works as a memcache for AIGC applications, "
"similar to how Redis works for traditional applications.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8ca703e

Please sign in to comment.