Skip to content

Commit eb566b4

Browse files
committed
Update version for danfojs-node
1 parent 2e26655 commit eb566b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

danfojs-node/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ var _utils = require("./core/utils");
154154
var _tf = _interopRequireWildcard(require("@tensorflow/tfjs-node"));
155155

156156
exports.tf = _tf;
157-
const _version = "0.2.4";
157+
const _version = "0.2.5";
158158
exports._version = _version;

danfojs-node/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.4",
3+
"version": "0.2.5",
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": "types/index.d.ts",

danfojs-node/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.4";
19+
export const _version = "0.2.5";

0 commit comments

Comments
 (0)