Skip to content

Commit 3a31423

Browse files
committed
v0.4.6
1 parent 9a7422b commit 3a31423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
5959
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:
6060

6161
```sh
62-
docker pull interline/planetutils:release-v0.4.5
62+
docker pull interline/planetutils:release-v0.4.6
6363
```
6464

6565
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.
6666

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

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

7373
### Using Homebrew on Mac OS

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = f.read()
1010

1111
setup(name='interline-planetutils',
12-
version='0.4.5',
12+
version='0.4.6',
1313
description='Interline PlanetUtils',
1414
long_description=long_description,
1515
url='https://github.com/interline-io/planetutils',

0 commit comments

Comments
 (0)