From 9fbccb7ed39cf4bdc2de60835f63ec866adf39a7 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Mon, 22 Jan 2018 18:54:47 +0530 Subject: [PATCH] Bump version to 2.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f5c361a..1a6a3aa 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "wtfpython", - "version": "1.2.6", - "description": "A collection of subtle and tricky Python examples", + "version": "2.0.0", + "description": "A collection of trick Python snippets and lesser known features", "bin": "wtfpython", "scripts": { "postpublish": "git push origin master", - "toc": "doctoc --github --title '# Table of Contents' --maxlevel 2 README.md" + "toc": "doctoc --github --title '# Table of Contents' --maxlevel 3 README.md" }, "repository": { "type": "git",