From 21482374b2efb3d96f1225b97537d196c04649ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Havelund=20Welling?= Date: Thu, 4 May 2023 12:26:52 +0200 Subject: [PATCH] bump polars to 0.6.0 (#194) --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1b929ebf3..36a4e0c91 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: polars Title: Polars ported to R -Version: 0.5.0.9003 +Version: 0.6.0 Depends: R (>= 4.1.0) Imports: utils, codetools Authors@R: diff --git a/NEWS.md b/NEWS.md index 0c197cefe..ab50564ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# polars (development version) +# polars 0.6.0 ## BREAKING CHANGES