Skip to content

Commit

Permalink
0.2.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Dec 25, 2022
1 parent 1aa6036 commit 293a73c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode/
/*.bat
deno.lock
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.2.2/mod.ts)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/python@0.2.3/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)

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

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

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

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

## Python Installation

Expand Down

0 comments on commit 293a73c

Please sign in to comment.