Skip to content

Commit

Permalink
0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed Feb 25, 2018
1 parent 042caf5 commit 01930d0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 162 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ anaconda-dist/*
anaconda-dist/build-dist.sh

georasters/.coverage

.eggs/*

2 changes: 1 addition & 1 deletion anaconda-dist/build-dist.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash
#source activate GeoPython2env

VERSION="0.5.9a"
VERSION="0.5.10"

# Build georasters
# conda skeleton pypi georasters
Expand Down
8 changes: 0 additions & 8 deletions anaconda-dist/georasters/bld.bat

This file was deleted.

9 changes: 0 additions & 9 deletions anaconda-dist/georasters/build.sh

This file was deleted.

143 changes: 0 additions & 143 deletions anaconda-dist/georasters/meta.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_tests(self):
sys.exit(errno)

setup(name='georasters',
version='0.5.9b',
version='0.5.10',
description='Tools for working with Geographical Information System Rasters',
url='http://github.com/ozak/georasters',
keywords="gis geospatial geographic raster vector zonal statistics spatial analysis",
Expand Down

0 comments on commit 01930d0

Please sign in to comment.