[PATCH 3/3] Release as 0.4.0
Konstantin Ryabitsev <[email protected]> Fri, 21 May 2021 14:48:11 -0400
| Newsgroups | org.kernel.lore.signatures |
|---|---|
| Message-ID | <[email protected]> |
Let's bump to 0.4.0, so we can pull that into b4. Signed-off-by: Konstantin Ryabitsev <[email protected]> --- patatt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patatt/__init__.py b/patatt/__init__.py index a80f63a..f15ccad 100644 --- a/patatt/__init__.py +++ b/patatt/__init__.py @@ -47,7 +47,7 @@ OPT_HDRS = [b'message-id'] KEYCACHE = dict() # My version -__VERSION__ = '0.4.0-dev' +__VERSION__ = '0.4.0' MAX_SUPPORTED_FORMAT_VERSION = 1 -- 2.31.1