Skip to content

Commit

Permalink
Update version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Feb 14, 2021
1 parent 476812b commit 582a909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion danfojs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export { Str } from "./core/strings";
export { Utils } from "./core/utils";
export * as tf from "@tensorflow/tfjs-node";

export const _version = "0.2.1";
export const _version = "0.2.2";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danfojs-node",
"version": "0.2.1",
"version": "0.2.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": "danfojs/types/index.d.ts",
Expand Down

0 comments on commit 582a909

Please sign in to comment.