From 16f6f2f14d7843ef82e2d255902da6d743f71a6b Mon Sep 17 00:00:00 2001 From: DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> Date: Sat, 2 Jul 2022 23:40:45 +0530 Subject: [PATCH] 0.2.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc0fec9..19a1560 100644 --- a/README.md +++ b/README.md @@ -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.0/mod.ts) +[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/python@0.2.1/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) @@ -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.0/mod.ts"; +import { python } from "https://deno.land/x/python@0.2.1/mod.ts"; const np = python.import("numpy"); const plt = python.import("matplotlib.pyplot"); @@ -35,7 +35,7 @@ deno run -A --unstable ## Documentation Check out the docs -[here](https://doc.deno.land/https://deno.land/x/python@0.2.0/mod.ts). +[here](https://doc.deno.land/https://deno.land/x/python@0.2.1/mod.ts). ## Python Installation