We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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