Skip to content

Commit 95592e5

Browse files
committed
Temporarily update version num
1 parent 23f3af4 commit 95592e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/danfojs-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danfojs-base",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Base package used in danfojs-node and danfojs-browser",
55
"main": "index.ts",
66
"scripts": {

src/danfojs-browser/package.json

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

src/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-nightly",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/danfojs-node/src/index.js",
66
"types": "dist/danfojs-node/src/index.d.ts",

0 commit comments

Comments
 (0)