Skip to content

Commit 1e4d1fc

Browse files
committed
release
1 parent fe30bc3 commit 1e4d1fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Array View offers a Python-like slicing experience for efficient data manipulati
2020
- Enable efficient selection of elements using index lists and boolean masks.
2121

2222
## Installation
23-
You can install Array View TS using npm:
24-
2523
```bash
2624
npm install array-view
2725
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-view",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Create array views for easy data manipulation, select elements using Python-like slice notation, enable efficient selection of elements using index lists and boolean masks.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)