Skip to content

Commit

Permalink
fix: can't find version file
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Mar 21, 2023
1 parent ce97770 commit f69bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/controllers/api/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class MetaVersion(Resource):
def get(self):
build = helpers.read_version("requirements.txt", "build-version.txt")
build = helpers.read_version("pyproject.toml", "version")

data = {"build": build}
return response(200, data=data, message="OK")
Expand Down

0 comments on commit f69bf15

Please sign in to comment.