Skip to content

Commit 01ca0e3

Browse files
committed
Version bump
1 parent 798df9d commit 01ca0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run_tests(self):
3535
description = ''
3636

3737

38-
# Requirements based on Python verison
38+
# Requirements based on Python version
3939
if sys.version_info >= (3, 0):
4040
# Python 3
4141
install_requires = ['pillow>=3.0.0',
@@ -50,7 +50,7 @@ def run_tests(self):
5050
setup(
5151
name='icon_font_to_png',
5252
url='https://github.com/Pythonity/icon-font-to-png',
53-
version='0.1.4',
53+
version='0.1.5',
5454
license='MIT License',
5555
author='Pythonity',
5656
author_email=' pythonity@pythonity.com',

0 commit comments

Comments
 (0)