Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 30, 2019
1 parent 5aa6c74 commit 813b9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pins
Type: Package
Title: Pin, Discover and Share Resources
Version: 0.1.0.9000
Version: 0.1.1
Authors@R: c(
person("Javier", "Luraschi", email = "[email protected]", role = c("aut", "cre")),
person(family = "RStudio", role = c("cph"))
Expand Down
2 changes: 1 addition & 1 deletion python/pins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _init_pins():
r_start()
r_eval("""
if (length(find.package("pins", quiet = TRUE)) == 0) {
install.packages("pins", version = "0.1.0", repos = pins:::packages_repo_default())
install.packages("pins", version = "0.1.1", repos = pins:::packages_repo_default())
}
if (length(find.package("feather", quiet = TRUE)) == 0) {
Expand Down

0 comments on commit 813b9ec

Please sign in to comment.