Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Mar 29, 2019
1 parent 004695a commit e0b0936
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.7
docker pull interline/planetutils:release-v0.4.8
```

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.7 <command>
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.8 <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.7',
version='0.4.8',
description='Interline PlanetUtils',
long_description=long_description,
url='https://github.com/interline-io/planetutils',
Expand Down

0 comments on commit e0b0936

Please sign in to comment.