Skip to content

Commit

Permalink
Adding the PyPi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Jun 20, 2017
1 parent 4a45794 commit 64715a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# restfulpy
A tool-chain for creating restful web applications.

[![Build Status](http://img.shields.io/pypi/v/restfulpy.svg)](https://pypi.python.org/pypi/restfulpy)

## Branches

### master
Expand Down
2 changes: 1 addition & 1 deletion restfulpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from restfulpy.application import Application


__version__ = '0.16.0'
__version__ = '0.16.1'


__all__ = [
Expand Down

0 comments on commit 64715a1

Please sign in to comment.