Skip to content

Commit

Permalink
chore: prepare for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Jan 31, 2022
1 parent edf0f72 commit 444f3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Python interpreter bindings for Deno.

```ts
import { python } from "https://deno.land/x/python@0.1.1/mod.ts";
import { python } from "https://deno.land/x/python@0.1.2/mod.ts";

const np = python.import("numpy");
const plt = python.import("matplotlib.pyplot");
Expand All @@ -23,7 +23,7 @@ plt.show();
## Documentation

Check out the docs
[here](https://doc.deno.land/https://deno.land/x/python@0.1.1/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/python@0.1.2/mod.ts).

## Python Installation

Expand Down

0 comments on commit 444f3ff

Please sign in to comment.