Skip to content

Commit 163d774

Browse files
committed
Bump version to 0.20.0
1 parent e9b46e5 commit 163d774

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**A batteries included task runner that works well with [poetry](https://python-poetry.org/).**
1111

12-
[Read the docs](https://poethepoet.natn.io/)
12+
**[Read the docs](https://poethepoet.natn.io/)**
1313

1414
<br clear="both"/>
1515

poethepoet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.0"
1+
__version__ = "0.20.0"

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 = "poethepoet"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "A task runner that works well with poetry."
55
authors = ["Nat Noordanus <n@noordan.us>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)