From f5565ee6155c31640d5f4235cbf02ab849ad25d1 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Fri, 1 Sep 2017 16:29:33 +0530 Subject: [PATCH] package.json: Upgrade to 1.2.1 * Changes version from 1.2.0 to 1.2.1 * Publish to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ca5768..62ea145 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtfpython", - "version": "1.2.0", + "version": "1.2.1", "description": "A collection of subtle and tricky Python examples", "bin": "wtfpython", "scripts": {