Skip to content

Commit

Permalink
Rebase main to dev branch (#163)
Browse files Browse the repository at this point in the history
Update the version to 0.1.6

Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG committed Apr 10, 2023
1 parent fd1d0af commit 9a2d02e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ pull_request_rules:
- ci-passed

- name: Test passed for markdown file
conditions:
- or:
- base=main
- base=dev
- files=^.*\.md$
actions:
label:
add:
- ci-passed
conditions:
- or:
- base=main
- base=dev
- files=^.*\.md$
actions:
label:
add:
- ci-passed

- name: Remove ci-passed label when ut failed for main
conditions:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def parse_requirements(file_name: str) -> List[str]:
setuptools.setup(
name="gptcache",
packages=find_packages(),
version="0.1.5",
version="0.1.6",
author="SimFG",
author_email="[email protected]",
description="GPT Cache, a powerful caching library that can be used to speed up and lower the cost of chat "
Expand Down

0 comments on commit 9a2d02e

Please sign in to comment.