Skip to content

Commit 0732d98

Browse files
committed
Updated README and version bump
1 parent b5accc5 commit 0732d98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Icon Font to PNG
2-
![PyPI](https://img.shields.io/pypi/v/icon_font_to_png.svg)
3-
![PyPI](https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg)
2+
![Version](https://img.shields.io/pypi/v/icon_font_to_png.svg)
3+
![License](https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg)
44

55
Python (2 & 3 compatible) script for exporting icons from icon font
66
(e.g. Font Awesome, Octicons) as PNG images. It also comes with

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3',
53+
version='0.1.4',
5454
license='MIT License',
5555
author='Pythonity',
5656
author_email=' pythonity@pythonity.com',

0 commit comments

Comments
 (0)