Skip to content

Commit eb9d7af

Browse files
committed
bump version to 0.4.0
1 parent 126ebdc commit eb9d7af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Run `poetry self add poetry-types` for global install or run `poetry add -D poet
2929

3030
```yaml
3131
- repo: https://github.com/jvllmr/poetry-types
32-
rev: v0.3.5
32+
rev: v0.4.0
3333
hooks:
3434
- id: poetry-types
3535
```

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 = "poetry-types"
3-
version = "0.3.7"
3+
version = "0.4.0"
44
description = "A poetry plugin that adds/removes type stubs as dependencies like the mypy --install-types command."
55
authors = ["Jan Vollmer <[email protected]>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)