Skip to content

Commit

Permalink
0.8.4 release (#150)
Browse files Browse the repository at this point in the history
* bump version

* rm .DS_store
  • Loading branch information
universalmind303 authored Jan 9, 2024
1 parent 693449c commit 6570666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 6570666

Please sign in to comment.