Version Bump v10.3.0

This commit is contained in:
2022-04-26 09:07:07 +05:30
parent f9124abb6c
commit 2f1f9eee1f
6 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
[tool.poetry]
name = "frank"
version = "10.2.2"
version = "10.3.0"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
arq = "^0.22"
aiohttp = "^3.8.1"