Skip to content

Commit 45d915f

Browse files
author
Arnau Orriols
committed
Bump version to 0.0.5
1 parent ab86040 commit 45d915f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ I already told you so.
1313
Install
1414
-------
1515

16-
Requires Python 2.7 installed in the system.
16+
Requires Python (both 2.x and 3.x are supported) installed in the system.
1717

1818
`npm install -g node-red-contrib-python-function`
1919

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-python-function",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/arnauorriols/node-red-contrib-python-function"
@@ -9,7 +9,8 @@
99
"keywords": [
1010
"node-red",
1111
"function",
12-
"Python",
12+
"Python2",
13+
"Python3",
1314
"exec",
1415
"polyglot",
1516
"hack"

0 commit comments

Comments
 (0)