Fix pyproject.toml not existing error. (#217)

This commit is contained in:
long2ice
2021-12-12 22:11:51 +08:00
parent 63e8d06157
commit c60c1610f0
4 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.6.0"
version = "0.6.1"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"