Skip to content

Commit 83ac98f

Browse files
committed
version bump
1 parent 7feea6a commit 83ac98f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.3
2+
* fixed buffering in `PythonShell.receive`, fixing [#1](https://github.com/extrabacon/python-shell/issues/1)
3+
4+
## 0.0.2
5+
* improved documentation
6+
17
## 0.0.1
28
* initial version
39
* independent module moved from [extrabacon/pyspreadsheet](https://github.com/extrabacon/pyspreadsheet)
10+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-shell",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
55
"keywords": [
66
"python"

0 commit comments

Comments
 (0)