Skip to content

Commit

Permalink
Make a dev0 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Feb 18, 2015
1 parent 0fc110b commit fcb6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasterio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__all__ = [
'band', 'open', 'drivers', 'copy', 'pad']
__version__ = "0.18"
__version__ = "0.19dev0"

log = logging.getLogger('rasterio')
class NullHandler(logging.Handler):
Expand Down

0 comments on commit fcb6153

Please sign in to comment.