Skip to content

Commit

Permalink
Merge pull request #122 from ranking-agent/bumpVersion
Browse files Browse the repository at this point in the history
Bump patch version
  • Loading branch information
maximusunc authored Sep 14, 2023
2 parents b262397 + 3071083 commit a041c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranker/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ranker.util.omnicorp_get_node_pmids import get_node_pmids

# set the app version
APP_VERSION = '3.2.6'
APP_VERSION = '3.2.7'

APP = FastAPI(title='ARAGORN Ranker', version=APP_VERSION)

Expand Down

0 comments on commit a041c41

Please sign in to comment.