Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
Also make dependency on clikit explicit
  • Loading branch information
nat-n committed Jun 20, 2020
1 parent 5a8ca84 commit d65d7b5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion poethepoet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poethepoet"
version = "0.2.0"
version = "0.3.0"
description = "A task runner that works well with poetry."
authors = ["Nat Noordanus <[email protected]>"]
readme = "README.rst"
Expand All @@ -10,8 +10,9 @@ homepage = "https://github.com/nat-n/poethepoet"

[tool.poetry.dependencies]
python = "^3.6"
clikit = "^0.4.2"
pastel = "^0.2.0"
poetry = "^1.0.5"
poetry = "^1.0.9"
toml = "^0.10.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d65d7b5

Please sign in to comment.