Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64efd6a commit 9fbccb7Copy full SHA for 9fbccb7
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "wtfpython",
3
- "version": "1.2.6",
4
- "description": "A collection of subtle and tricky Python examples",
+ "version": "2.0.0",
+ "description": "A collection of trick Python snippets and lesser known features",
5
"bin": "wtfpython",
6
"scripts": {
7
"postpublish": "git push origin master",
8
- "toc": "doctoc --github --title '# Table of Contents' --maxlevel 2 README.md"
+ "toc": "doctoc --github --title '# Table of Contents' --maxlevel 3 README.md"
9
},
10
"repository": {
11
"type": "git",
0 commit comments