Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Dec 7, 2018
1 parent 9a7422b commit 3a31423
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 @@ -59,15 +59,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:

```sh
docker pull interline/planetutils:release-v0.4.5
docker pull interline/planetutils:release-v0.4.6
```

Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files.

- Example of using `docker run` with the `data` directory mounted as `/data`:

```sh
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.5 <command>
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.6 <command>
```

### Using Homebrew on Mac OS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = f.read()

setup(name='interline-planetutils',
version='0.4.5',
version='0.4.6',
description='Interline PlanetUtils',
long_description=long_description,
url='https://github.com/interline-io/planetutils',
Expand Down

0 comments on commit 3a31423

Please sign in to comment.