Bump version to 2.0.0

This commit is contained in:
Satwik Kansal 2018-01-22 18:54:47 +05:30
parent 64efd6a9bc
commit 9fbccb7ed3
1 changed files with 3 additions and 3 deletions

6
package.json vendored
View File

@ -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",