From e262ee4bdc39233a2d5ca49fd2d5535930d74986 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Sun, 5 Dec 2021 21:27:31 +0100 Subject: [PATCH] Update package version to latest --- README.md | 4 ++-- danfojs-browser/README.md | 4 ++-- danfojs-browser/package.json | 2 +- danfojs-browser/src/index.js | 2 +- danfojs-node/README.md | 4 ++-- danfojs-node/package.json | 2 +- danfojs-node/src/index.js | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4993cd01..962bb15f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org To use Danfo.js via script tags, copy and paste the CDN below to the body of your HTML file ```html - + ``` See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) @@ -66,7 +66,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs) - + Document diff --git a/danfojs-browser/README.md b/danfojs-browser/README.md index 40a32fd1..08c9aede 100644 --- a/danfojs-browser/README.md +++ b/danfojs-browser/README.md @@ -51,7 +51,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org To use Danfo.js via script tags, copy and paste the CDN below to the body of your HTML file ```html - + ``` ### Example Usage in the Browser @@ -66,7 +66,7 @@ To use Danfo.js via script tags, copy and paste the CDN below to the body of you - + Document diff --git a/danfojs-browser/package.json b/danfojs-browser/package.json index e4b039b4..a952996e 100644 --- a/danfojs-browser/package.json +++ b/danfojs-browser/package.json @@ -1,6 +1,6 @@ { "name": "danfojs", - "version": "0.3.3", + "version": "0.3.4", "description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.", "main": "dist/index.js", "types": "types/index.d.ts", diff --git a/danfojs-browser/src/index.js b/danfojs-browser/src/index.js index 299a5687..a5826c87 100644 --- a/danfojs-browser/src/index.js +++ b/danfojs-browser/src/index.js @@ -46,4 +46,4 @@ export { get_dummies }; -export const _version = "0.3.3"; +export const _version = "0.3.4"; diff --git a/danfojs-node/README.md b/danfojs-node/README.md index 5579cb8e..339c222a 100644 --- a/danfojs-node/README.md +++ b/danfojs-node/README.md @@ -51,7 +51,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org To use Danfo.js via script tags, copy and paste the CDN below to the body of your HTML file ```html - + ``` ### Example Usage in the Browser @@ -66,7 +66,7 @@ To use Danfo.js via script tags, copy and paste the CDN below to the body of you - + Document diff --git a/danfojs-node/package.json b/danfojs-node/package.json index 1e5adff7..f0621278 100644 --- a/danfojs-node/package.json +++ b/danfojs-node/package.json @@ -1,6 +1,6 @@ { "name": "danfojs-node", - "version": "0.3.3", + "version": "0.3.4", "description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.", "main": "dist/index.js", "types": "types/index.d.ts", diff --git a/danfojs-node/src/index.js b/danfojs-node/src/index.js index b0e9d119..f604279a 100644 --- a/danfojs-node/src/index.js +++ b/danfojs-node/src/index.js @@ -46,4 +46,4 @@ export { get_dummies }; -export const _version = "0.3.3"; +export const _version = "0.3.4";