Skip to content

Commit beeaa6b

Browse files
committed
Updated badges
1 parent d3c1a5a commit beeaa6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ This is a django module based on the MPESA daraja API. Use it to interact with t
33

44
[![Build Status](https://travis-ci.org/martinmogusu/django-daraja.svg?branch=master)](https://travis-ci.org/martinmogusu/django-daraja)
55
[![Documentation Status](https://readthedocs.org/projects/django-daraja/badge/?version=latest)](https://django-daraja.readthedocs.io/en/latest/?badge=latest)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![PyPI version](https://badge.fury.io/py/django-daraja.svg)](https://badge.fury.io/py/django-daraja)
68

79

810
Read the documentation at https://django-daraja.readthedocs.io

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414
setup(
1515
name='django-daraja',
16-
version='1.0',
16+
version='1.0.1',
1717
description='A python django library for interacting with the MPESA Daraja API.',
1818
long_description=
1919
'''

0 commit comments

Comments
 (0)