mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 11:04:25 +01:00
Bump version to 2.0.0
This commit is contained in:
parent
64efd6a9bc
commit
9fbccb7ed3
6
package.json
vendored
6
package.json
vendored
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "wtfpython",
|
"name": "wtfpython",
|
||||||
"version": "1.2.6",
|
"version": "2.0.0",
|
||||||
"description": "A collection of subtle and tricky Python examples",
|
"description": "A collection of trick Python snippets and lesser known features",
|
||||||
"bin": "wtfpython",
|
"bin": "wtfpython",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postpublish": "git push origin master",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user