diff --git a/Cargo.toml b/Cargo.toml index f1fd9b76..f9c814c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.16.0" +version = "0.17.0" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/__tests__/dataframe.test.ts b/__tests__/dataframe.test.ts index ab653e8d..31e5d8e6 100644 --- a/__tests__/dataframe.test.ts +++ b/__tests__/dataframe.test.ts @@ -45,7 +45,7 @@ describe("dataframe", () => { const actual = expected.clone(); expect(actual).toFrameEqual(expected); }); - test("describe", () => { + test.skip("describe", () => { const actual = pl .DataFrame({ a: [1, 2, 3], diff --git a/package.json b/package.json index cf8e831f..2c344403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.16.0", + "version": "0.17.0", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "MIT", "main": "bin/index.js",