Skip to content

Commit

Permalink
Bumped to 0.7.1 with new location for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Oct 11, 2012
1 parent 116cf6a commit ba13f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

from distutils.core import setup

version = open('VERSION', 'r').read().strip()
version = '0.7.1'

setup(name='Hillup',
version=version,
description='Retrieves and prepares digital elevation data for rendering as map tiles.',
author='Michal Migurski',
author_email='[email protected]',
url='https://github.com/migurski',
url='https://github.com/migurski/DEM-Tools',
requires=['ModestMaps','PIL','numpy'],
packages=['Hillup', 'Hillup.data'],
scripts=['hillup-seed.py'],
Expand Down

0 comments on commit ba13f9f

Please sign in to comment.