Skip to content

Commit

Permalink
chore: prepare for 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Feb 15, 2022
1 parent 1a05a08 commit 35325bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# deno_python

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

Python interpreter bindings for Deno.

```ts
import { python } from "https://deno.land/x/python@0.1.3/mod.ts";
import { python } from "https://deno.land/x/python@0.1.4/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.3/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/python@0.1.4/mod.ts).

## Python Installation

Expand Down

0 comments on commit 35325bb

Please sign in to comment.