Skip to content

Commit

Permalink
Merge pull request #765 from azavea/lf/0.9.0rc1
Browse files Browse the repository at this point in the history
Increment version to 0.9.0rc1
  • Loading branch information
lewfish committed Apr 12, 2019
2 parents 5146118 + 7158cb0 commit f5b66ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are several ways to setup Raster Vision:
- We publish a new tag per merge into `master`, which is tagged with the first 7 characters of the commit hash. To use the latest version, pull the `latest` suffix, e.g. `raster-vision:gpu-latest`. Git tags are also published, with the Github tag name as the Docker tag suffix.
* Raster Vision can be installed directly using `pip install rastervision`. However, some of its dependencies will have to be installed manually.

For more detailed instructions, see the [Setup docs](https://docs.rastervision.io/en/0.8/setup.html).
For more detailed instructions, see the [Setup docs](https://docs.rastervision.io/en/0.9/setup.html).

### Example

Expand Down Expand Up @@ -149,7 +149,7 @@ Raster Vision uses a unittest-like method for executing experiments. For instanc
> rastervision run local -p tiny_spacenet.py
```

See the [Quickstart](https://docs.rastervision.io/en/0.8/quickstart.html) for a more complete description of running this example.
See the [Quickstart](https://docs.rastervision.io/en/0.9/quickstart.html) for a more complete description of running this example.

### Resources

Expand Down
2 changes: 1 addition & 1 deletion rastervision/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library verison"""
__version__ = '0.8.0'
__version__ = '0.9.0rc1'

0 comments on commit f5b66ba

Please sign in to comment.