diff --git a/README.md b/README.md index af93ff6..a8e04a2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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.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. @@ -67,7 +67,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.5 +docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.6 ``` ### Using Homebrew on Mac OS diff --git a/setup.py b/setup.py index 6952cc0..41021bb 100644 --- a/setup.py +++ b/setup.py @@ -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',