Skip to content

Commit

Permalink
Bump poetry to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Sep 1, 2022
1 parent d2eda61 commit a93206b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
set -xe
python -VV
python -m site
python -m pip install --upgrade pip wheel poetry==1.2.0a2
python -m pip install --upgrade pip wheel poetry==1.2.0
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "python -m tox"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiofiles"
version = "0.8.0"
version = "22.1.0.dev0"
description = "File support for asyncio."
authors = ["Tin Tvrtkovic <tinchester@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a93206b

Please sign in to comment.