Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvllmr committed May 26, 2023
1 parent 126ebdc commit eb9d7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Run `poetry self add poetry-types` for global install or run `poetry add -D poet

```yaml
- repo: https://github.com/jvllmr/poetry-types
rev: v0.3.5
rev: v0.4.0
hooks:
- id: poetry-types
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-types"
version = "0.3.7"
version = "0.4.0"
description = "A poetry plugin that adds/removes type stubs as dependencies like the mypy --install-types command."
authors = ["Jan Vollmer <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit eb9d7af

Please sign in to comment.