Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 11, 2019
1 parent 72e9319 commit 22bc951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dtplyr
Title: Data Table Back-End for 'dplyr'
Version: 0.0.3.9000
Version: 1.0.0
Authors@R:
c(person(given = "Lionel",
family = "Henry",
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# dtplyr 0.0.3.9000
(To be release as dtplyr 1.0.0)
# dtplyr 1.0.0

* Converted from eager approach to lazy approach. You now must use `lazy_dt()`
to begin a translation pipeline, and must use `collect()`, `as.data.table()`,
Expand Down

0 comments on commit 22bc951

Please sign in to comment.