From c28b292184f24ad723e7519d22cf3c59d6489758 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Thu, 25 Jan 2018 18:56:37 +0530 Subject: [PATCH] Update version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a6a3aa..f617091 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wtfpython", - "version": "2.0.0", - "description": "A collection of trick Python snippets and lesser known features", + "version": "2.1.0", + "description": "A collection of surprising Python snippets and lesser known features.", "bin": "wtfpython", "scripts": { "postpublish": "git push origin master",