Skip to content

Commit

Permalink
Update minor version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Jan 16, 2022
1 parent d0cd7b1 commit e6626af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ yarn add danfojs
For use directly in HTML files, you can add the latest script tag from [JsDelivr](https://www.jsdelivr.com/package/npm/danfojs) to your HTML file:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.js"></script>
```
See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)

Expand All @@ -85,7 +85,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.js"></script>

<title>Document</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/danfojs-base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import merge from "./transformers/merge"
import dateRange from "./core/daterange"
import tensorflow from "./shared/tensorflowlib"

const __version = "1.0.0"
const __version = "1.0.1";

export {
NDframe,
Expand Down
4 changes: 2 additions & 2 deletions src/danfojs-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ yarn add danfojs
For use directly in HTML files, you can add the latest script tag from [JsDelivr](https://www.jsdelivr.com/package/npm/danfojs) to your HTML file:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.js"></script>
```
See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)

Expand All @@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.js"></script>

<title>Document</title>
</head>
Expand Down
4 changes: 2 additions & 2 deletions src/danfojs-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ yarn add danfojs
For use directly in HTML files, you can add the latest script tag from [JsDelivr](https://www.jsdelivr.com/package/npm/danfojs) to your HTML file:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.js"></script>
```
See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)

Expand All @@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.js"></script>

<title>Document</title>
</head>
Expand Down

0 comments on commit e6626af

Please sign in to comment.