Skip to content

Commit 05851d3

Browse files
authored
🔖 bump version 0.2.0
1 parent 2c76cee commit 05851d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nb-cli-plugin-docker"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "docker support for nb-cli"
55
authors = ["yanyongyu <yyy@nonebot.dev>"]
66
license = "MIT"
@@ -21,6 +21,7 @@ classifiers = [
2121
[tool.poetry.dependencies]
2222
python = "^3.8"
2323
nb-cli = "^1.0.2"
24+
noneprompt = "^0.1.7"
2425

2526
[tool.poetry.group.dev.dependencies]
2627
isort = "^5.10.1"

0 commit comments

Comments
 (0)