Skip to content

Commit

Permalink
Bumped to 0.8.0 with non-256 pixel tile patches from Lee Shepherd
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Mar 13, 2013
1 parent ce55720 commit 9364b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from distutils.core import setup

version = '0.7.3'
version = open('VERSION').read().strip()

setup(name='Hillup',
version=version,
Expand Down

0 comments on commit 9364b5f

Please sign in to comment.