diff --git a/README.md b/README.md
index 066b05c0..2e17f960 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,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)
@@ -68,7 +68,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 36d34bac..c9fb9244 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 b8c5a51a..b662f28c 100644
--- a/danfojs-browser/package.json
+++ b/danfojs-browser/package.json
@@ -1,6 +1,6 @@
{
"name": "danfojs",
- "version": "0.3.1",
+ "version": "0.3.2",
"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 ec4150dc..a8f11530 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.1";
+export const _version = "0.3.2";
diff --git a/danfojs-node/README.md b/danfojs-node/README.md
index 181b67c1..598ff201 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 948c7e41..ce6646fd 100644
--- a/danfojs-node/package.json
+++ b/danfojs-node/package.json
@@ -1,6 +1,6 @@
{
"name": "danfojs-node",
- "version": "0.3.1",
+ "version": "0.3.2",
"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 7d3f8902..282b18b9 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.1";
+export const _version = "0.3.2";