Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16f6f2f

Browse files
authored
0.2.1
1 parent 3f9e2f8 commit 16f6f2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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/[email protected].0/mod.ts)
4+
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].1/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

@@ -12,7 +12,7 @@ Python interpreter bindings for Deno.
1212
Import any locally installed Python package, for example, `matplotlib`:
1313

1414
```ts
15-
import { python } from "https://deno.land/x/[email protected].0/mod.ts";
15+
import { python } from "https://deno.land/x/[email protected].1/mod.ts";
1616

1717
const np = python.import("numpy");
1818
const plt = python.import("matplotlib.pyplot");
@@ -35,7 +35,7 @@ deno run -A --unstable <file>
3535
## Documentation
3636

3737
Check out the docs
38-
[here](https://doc.deno.land/https://deno.land/x/[email protected].0/mod.ts).
38+
[here](https://doc.deno.land/https://deno.land/x/[email protected].1/mod.ts).
3939

4040
## Python Installation
4141

0 commit comments

Comments
 (0)