Skip to content

Commit

Permalink
build: publish 0.0.9 by Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
NightMarcher committed Aug 8, 2023
1 parent fc77cdf commit 8241bfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 46 deletions.
2 changes: 1 addition & 1 deletion fastapi_esql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
timing,
)

__version__ = "0.0.8"
__version__ = "0.0.9"

__all__ = [
"QsParsingError",
Expand Down
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
[tool.poetry]
name = "fastapi-efficient-sql"
version = "0.0.8"
version = "0.0.9"
description = "Generate bulk DML SQL and execute them based on Tortoise ORM and mysql8.0+, and integrated with FastAPI."
authors = ["BryanLee <[email protected]>"]
license = "MIT"
keywords = ["sql", "fastapi", "tortoise-orm", "mysql8", "bulk-operation"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/NightMarcher/fastapi-efficient-sql"
packages = [{include = "fastapi_esql"}]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

0 comments on commit 8241bfb

Please sign in to comment.