Skip to content

Commit

Permalink
Set version to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Stevens <matthias.stevens@gmail.com>
  • Loading branch information
mstevens83 committed Jan 28, 2016
1 parent 8a61d17 commit 10ba9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

# Change geokey_sapelli version here (and here alone!):
VERSION_PARTS = (0, 6, 7)
VERSION_PARTS = (0, 7, 0)

name = 'geokey-sapelli'
version = '.'.join(map(str, VERSION_PARTS))
Expand Down

0 comments on commit 10ba9ea

Please sign in to comment.