Skip to content

Commit 0daee5f

Browse files
committed
version bump
1 parent 89c9b46 commit 0daee5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-shell",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
55
"keywords": [
66
"python"
@@ -25,5 +25,6 @@
2525
},
2626
"engines": {
2727
"node": ">=0.10"
28-
}
28+
},
29+
"license": "MIT"
2930
}

0 commit comments

Comments
 (0)