Skip to content

Commit 6e5278e

Browse files
committed
More cleanup and another version bump
1 parent 8e798af commit 6e5278e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
.DS_Store
12
.idea/
23

34
irrelevant/
4-
wtfpython-pypi/build/
5-
wtfpython-pypi/dist/
6-
wtfpython-pypi/wtfpython.egg-info
5+
wtfpython-pypi/**
76

87
# Python-specific byte-compiled files should be ignored
98
__pycache__/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wtfpython",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]",
55
"bin": "wtfpython",
66
"scripts": {

0 commit comments

Comments
 (0)