Skip to content

Commit 8241bfb

Browse files
committed
build: publish 0.0.9 by Poetry
1 parent fc77cdf commit 8241bfb

File tree

3 files changed

+9
-46
lines changed

3 files changed

+9
-46
lines changed

fastapi_esql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
timing,
2121
)
2222

23-
__version__ = "0.0.8"
23+
__version__ = "0.0.9"
2424

2525
__all__ = [
2626
"QsParsingError",

pyproject.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[tool.poetry]
22
name = "fastapi-efficient-sql"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Generate bulk DML SQL and execute them based on Tortoise ORM and mysql8.0+, and integrated with FastAPI."
55
authors = ["BryanLee <[email protected]>"]
6-
license = "MIT"
6+
keywords = ["sql", "fastapi", "tortoise-orm", "mysql8", "bulk-operation"]
77
readme = "README.md"
8+
license = "MIT"
9+
homepage = "https://github.com/NightMarcher/fastapi-efficient-sql"
810
packages = [{include = "fastapi_esql"}]
11+
classifiers = [
12+
"Programming Language :: Python :: 3",
13+
"Programming Language :: Python :: 3.7",
14+
]
915

1016
[tool.poetry.dependencies]
1117
python = "^3.7"

setup.py

-43
This file was deleted.

0 commit comments

Comments
 (0)