Skip to content

Commit

Permalink
v0.6.1-rc1
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 Dec 22, 2015
1 parent 591de7b commit 310175e
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, 0)
VERSION_PARTS = (0, 6, 1)

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

0 comments on commit 310175e

Please sign in to comment.