update version 0.2.0

This commit is contained in:
long2ice 2020-06-12 17:53:17 +08:00
parent 7bc553221a
commit 73b75349ee
2 changed files with 7 additions and 3 deletions

View File

@ -12,6 +12,10 @@ jobs:
with: with:
python-version: '3.x' python-version: '3.x'
- uses: dschep/install-poetry-action@v1.3 - uses: dschep/install-poetry-action@v1.3
- name: Build dists
run: make build
- name: Pypi Publish - name: Pypi Publish
run: | uses: pypa/gh-action-pypi-publish@master
make publish with:
user: __token__
password: ${{ secrets.pypi_password }}

View File

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