Skip to content

Commit 582a909

Browse files
committed
Update version number for new release
1 parent 476812b commit 582a909

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

danfojs/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export { Str } from "./core/strings";
1616
export { Utils } from "./core/utils";
1717
export * as tf from "@tensorflow/tfjs-node";
1818

19-
export const _version = "0.2.1";
19+
export const _version = "0.2.2";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danfojs-node",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/index.js",
66
"types": "danfojs/types/index.d.ts",

0 commit comments

Comments
 (0)