We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68300b2 commit db9fee0Copy full SHA for db9fee0
.npmignore
@@ -12,7 +12,7 @@ yarn.lock
12
src
13
test
14
renovate.json
15
-fix-python-soname
+fix-python-soname*
16
artifacts
17
build.rs
18
rust-toolchain.toml
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@platformatic/python-node",
3
"description": "Run ASGI-compatible Python apps in Node.js",
4
- "version": "0.1.2",
+ "version": "0.1.3",
5
"main": "index.js",
6
"types": "index.d.ts",
7
"napi": {
0 commit comments