Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkwang committed Jul 21, 2021
1 parent bfd807e commit 7373a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='simple_kp',
version='2.0.0',
version='2.1.0',
author='Patrick Wang',
author_email='[email protected]',
url='https://github.com/ranking-agent/simple-kp',
Expand Down
2 changes: 1 addition & 1 deletion simple_kp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
app = FastAPI(
title="Test KP",
description="Simple dummy KP for testing",
version="2.0.0",
version="2.1.0",
)

database_files = glob.glob("./*.db")
Expand Down

0 comments on commit 7373a03

Please sign in to comment.