8000 0.2.0 · tjosepo/deno_python@477266f · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 477266f

Browse files
authored
0.2.0
1 parent 2a081ad commit 477266f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# deno_python
22

33
[![Tags](https://img.shields.io/github/release/denosaurs/deno_python)](https://github.com/denosaurs/deno_python/releases)
4-
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/python@0.1.4/mod.ts)
4+
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/python@0.2.0/mod.ts)
55
[![checks](https://github.com/denosaurs/deno_python/actions/workflows/checks.yml/badge.svg)](https://github.com/denosaurs/deno_python/actions/workflows/checks.yml)
66
[![License](https://img.shields.io/github/license/denosaurs/deno_python)](https://github.com/denosaurs/deno_python/blob/master/LICENSE)
77

88
Python interpreter bindings for Deno.
99

1010
```ts
11-
import { python } from "https://deno.land/x/python@0.1.4/mod.ts";
11+
import { python } from "https://deno.land/x/python@0.2.0/mod.ts";
1212

1313
const np = python.import("numpy");
1414
const plt = python.import("matplotlib.pyplot");
@@ -23,7 +23,7 @@ plt.show();
2323
## Documentation
2424

2525
Check out the docs
26-
[here](https://doc.deno.land/https://deno.land/x/python@0.1.4/mod.ts).
26+
[here](https://doc.deno.land/https://deno.land/x/python@0.2.0/mod.ts).
2727

2828
## Python Installation
2929

0 commit comments

Comments
 (0)
0