Skip to content

Commit f817c8f

Browse files
committed
build latest version for danfojs-node v0.2.7
1 parent fb797a6 commit f817c8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

danfojs-node/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ var _strings = require("./core/strings");
155155

156156
var _utils = require("./core/utils");
157157

158-
const _version = "0.2.6";
158+
const _version = "0.2.7";
159159
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.6",
3+
"version": "0.2.7",
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
@@ -17,4 +17,4 @@ export { Str } from "./core/strings";
1717
export { Utils } from "./core/utils";
1818
export { tf };
1919

20-
export const _version = "0.2.6";
20+
export const _version = "0.2.7";

0 commit comments

Comments
 (0)