We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798df9d commit 01ca0e3Copy full SHA for 01ca0e3
setup.py
@@ -35,7 +35,7 @@ def run_tests(self):
35
description = ''
36
37
38
-# Requirements based on Python verison
+# Requirements based on Python version
39
if sys.version_info >= (3, 0):
40
# Python 3
41
install_requires = ['pillow>=3.0.0',
@@ -50,7 +50,7 @@ def run_tests(self):
50
setup(
51
name='icon_font_to_png',
52
url='https://github.com/Pythonity/icon-font-to-png',
53
- version='0.1.4',
+ version='0.1.5',
54
license='MIT License',
55
author='Pythonity',
56
author_email=' pythonity@pythonity.com',
0 commit comments