More cleanup and another version bump

This commit is contained in:
Satwik 2019-12-20 01:23:20 +05:30
parent 8e798af4fc
commit 6e5278e30a
2 changed files with 3 additions and 4 deletions

5
.npmignore vendored
View File

@ -1,9 +1,8 @@
.DS_Store
.idea/
irrelevant/
wtfpython-pypi/build/
wtfpython-pypi/dist/
wtfpython-pypi/wtfpython.egg-info
wtfpython-pypi/**
# Python-specific byte-compiled files should be ignored
__pycache__/

2
package.json vendored
View File

@ -1,6 +1,6 @@
{
"name": "wtfpython",
"version": "2.2.1",
"version": "2.2.2",
"description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]",
"bin": "wtfpython",
"scripts": {