[PATCH 3/3] Release as v0.2.0

Konstantin Ryabitsev <[email protected]> Wed, 12 May 2021 16:37:54 +0000
Newsgroups org.kernel.lore.signatures
Message-ID <[email protected]>
Time to cut a 0.2.0, though I expect 0.3.0 won't be too far behind.

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 e547b28..373392d 100644
--- a/patatt/__init__.py
+++ b/patatt/__init__.py
@@ -46,7 +46,7 @@ REQ_HDRS = [b'from', b'subject']
 KEYCACHE = dict()
 
 # My version
-__VERSION__ = '0.2.0-dev'
+__VERSION__ = '0.2.0'
 MAX_SUPPORTED_FORMAT_VERSION = 1
 
 
-- 
2.25.1