Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Jan 8, 2024
1 parent 032e867 commit 1d80cf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nodejs-polars"
version = "0.8.3"
version = "0.8.4"
authors = ["Cory Grinstead"]
documentation = "https://pola-rs.github.io/polars-book/"
edition = "2021"
Expand Down Expand Up @@ -103,4 +103,4 @@ lto = "fat"

[features]
default = ["range"]
range = ["polars-lazy/range"]
range = ["polars-lazy/range"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-polars",
"version": "0.8.3",
"version": "0.8.4",
"repository": "https://github.com/pola-rs/nodejs-polars.git",
"license": "MIT",
"main": "bin/index.js",
Expand Down

0 comments on commit 1d80cf0

Please sign in to comment.