Skip to content

Commit 600db86

Browse files
committed
Merge branch 'release/0.1.6'
2 parents 1461c90 + a126411 commit 600db86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Build docs
2727
run: |-
28-
pnpm docs:build
28+
pnpm docs:build -d docs_dist
2929
3030
- name: Setup git
3131
run: |

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 = "taskiq"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Distributed task queue with full async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]

0 commit comments

Comments
 (0)