Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthab committed Oct 20, 2017
1 parent fb8ae2b commit b89d57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ following to your WORKSPACE file:
```python
http_archive(
name = "com_grail_rules_r",
strip_prefix = "rules_r-0.2.2",
urls = ["https://github.com/grailbio/rules_r/archive/0.2.2.tar.gz"],
strip_prefix = "rules_r-0.3.0",
urls = ["https://github.com/grailbio/rules_r/archive/0.3.0.tar.gz"],
)
```

Expand Down

0 comments on commit b89d57c

Please sign in to comment.