From 176bcc8a253de967c62d33c0604d4d154ca79794 Mon Sep 17 00:00:00 2001 From: Satwik Date: Fri, 20 Dec 2019 01:19:49 +0530 Subject: [PATCH] Bump npm version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f617091..68472df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wtfpython", - "version": "2.1.0", - "description": "A collection of surprising Python snippets and lesser known features.", + "version": "2.2.0", + "description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]", "bin": "wtfpython", "scripts": { "postpublish": "git push origin master",