Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Nov 30, 2015
1 parent 798df9d commit 01ca0e3
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 @@ -35,7 +35,7 @@ def run_tests(self):
description = ''


# Requirements based on Python verison
# Requirements based on Python version
if sys.version_info >= (3, 0):
# Python 3
install_requires = ['pillow>=3.0.0',
Expand All @@ -50,7 +50,7 @@ def run_tests(self):
setup(
name='icon_font_to_png',
url='https://github.com/Pythonity/icon-font-to-png',
version='0.1.4',
version='0.1.5',
license='MIT License',
author='Pythonity',
author_email=' [email protected]',
Expand Down

0 comments on commit 01ca0e3

Please sign in to comment.