Skip to content

Commit

Permalink
Merge pull request #16 from jarrekk/develop
Browse files Browse the repository at this point in the history
add test & edit info
  • Loading branch information
jarrekk committed Jun 30, 2017
2 parents 22bda3f + 54504bf commit 775c748
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# IMGKit: Python library of HTML to IMG wrapper

[![Build Status](https://travis-ci.org/jarrekk/imgkit.svg?branch=master)](https://travis-ci.org/jarrekk/imgkit)
[![Code Coverage](https://codecov.io/github/jarrekk/imgkit/branch/master/graph/badge.svg)](https://codecov.io/github/jarrekk/imgkit/)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aa1f67f04ff24bb080b7f8c8a9b7b8b1)](https://www.codacy.com/app/jarrekk/imgkit?utm_source=github.com&utm_medium=referral&utm_content=jarrekk/imgkit&utm_campaign=Badge_Grade)
[![PyPI version](https://badge.fury.io/py/imgkit.svg)](https://badge.fury.io/py/imgkit)
[![Code Coverage](https://codecov.io/github/jarrekk/imgkit/branch/master/graph/badge.svg)](https://codecov.io/github/jarrekk/imgkit/)

```
_____ __ __ _____ _ __ _ _
Expand Down
4 changes: 2 additions & 2 deletions imgkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"""

__author__ = 'jarrekk'
__contact__ = 'me@jack003.com'
__version__ = '0.1.5'
__contact__ = 'me@jarrekk.com'
__version__ = '0.1.6'
__homepage__ = 'http://github.com/jarrekk/imgkit'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-
# author: Kun Jia
# date: 6/30/17
# email: me@jack003.com
# email: me@jarrekk.com

0 comments on commit 775c748

Please sign in to comment.