From 6c3dd48e9372cd9fe01a395218f03465cc66176b Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Fri, 7 Sep 2018 11:22:13 -0700 Subject: [PATCH] version [ci skip] --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3547e3d..934ae98 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ 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.1 +docker pull interline/planetutils:release-v0.4.2 ``` 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. @@ -65,7 +65,7 @@ Any of the example commands below can be executed with `docker run`. It may be h - 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.1 +docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.2 ``` ### Using Homebrew on Mac OS diff --git a/setup.py b/setup.py index 41dbe8d..5a759c9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = f.read() setup(name='interline-planetutils', - version='0.4.1', + version='0.4.2', description='Interline PlanetUtils', long_description=long_description, url='https://github.com/interline-io/planetutils',