Skip to content

Commit

Permalink
Version 0.4.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jun 25, 2022
1 parent 9082aa0 commit 7c16133
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 @@ -41,7 +41,7 @@ You can also use the pre-commit. Add the following to your `.pre-commit-config.y

```yaml
- repo: https://github.com/Kludex/no-optional
rev: 0.3.1
rev: 0.4.0
hooks:
- id: no_optional
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = no-optional
version = 0.3.1
version = 0.4.0
description = Replace `Optional[T]` by `Union[T, None]`! 🎉
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 7c16133

Please sign in to comment.