Skip to content

Commit 7824097

Browse files
authored
release: bump version from 1.1.0 to 1.2.0 (#323)
1 parent 02760e5 commit 7824097

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to PyPI
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
deploy:
@@ -19,7 +19,6 @@ jobs:
1919
2020
- name: Build
2121
run: |
22-
poetry version ${{ github.ref_name }}
2322
poetry build
2423
2524
- name: Publish

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "peewee-async"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Asynchronous interface for peewee ORM powered by asyncio."
55
authors = ["Alexey Kinev <[email protected]>", "Gorshkov Nikolay(contributor) <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)