From 7c16133010cab4bb872c176c0173c892226d3e14 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sat, 25 Jun 2022 08:07:20 +0200 Subject: [PATCH] Version 0.4.0 (#21) --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff16d8a..8fc3db0 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/setup.cfg b/setup.cfg index ca23a65..1a223d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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