Skip to content

Commit 9fbccb7

Browse files
committed
Bump version to 2.0.0
1 parent 64efd6a commit 9fbccb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "wtfpython",
3-
"version": "1.2.6",
4-
"description": "A collection of subtle and tricky Python examples",
3+
"version": "2.0.0",
4+
"description": "A collection of trick Python snippets and lesser known features",
55
"bin": "wtfpython",
66
"scripts": {
77
"postpublish": "git push origin master",
8-
"toc": "doctoc --github --title '# Table of Contents' --maxlevel 2 README.md"
8+
"toc": "doctoc --github --title '# Table of Contents' --maxlevel 3 README.md"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)