Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
francescortiz committed Sep 26, 2014
1 parent 869ef82 commit 9025634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='image',
version='.'.join(VERSION),
version='.'.join((str(x) for x in VERSION)),
author=u'Francesc Ortiz',
author_email='francescortiz@gmail.com',
packages=find_packages(),
Expand Down

0 comments on commit 9025634

Please sign in to comment.