Skip to content

Commit

Permalink
0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomadb committed Aug 15, 2016
1 parent cb168b4 commit 686b514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Options:
incrementing interval [DEFAULT=1]
--bidx INTEGER Band to encode [DEFAULT=1]
--max-z INTEGER Maximum zoom to tile (.mbtiles output only)
--bounding-tile TEXT Bounding tile '[{x}, {y}, {z}]' to limit output tiles
(.mbtiles output only)
--min-z INTEGER Minimum zoom to tile (.mbtiles output only)
--format [png|webp] Output tile format (.mbtiles output only)
-j, --workers INTEGER Workers to run [DEFAULT=4]
Expand Down
2 changes: 1 addition & 1 deletion rio_rgbify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "0.2.0"
__version__ = "0.3.0"

log = logging.getLogger(__name__)
log.addHandler(logging.NullHandler())

0 comments on commit 686b514

Please sign in to comment.