File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ This is a django module based on the MPESA daraja API. Use it to interact with t
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/martinmogusu/django-daraja.svg?branch=master )] ( https://travis-ci.org/martinmogusu/django-daraja )
5
5
[ ![ 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 )
6
8
7
9
8
10
Read the documentation at https://django-daraja.readthedocs.io
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(fname):
13
13
14
14
setup (
15
15
name = 'django-daraja' ,
16
- version = '1.0' ,
16
+ version = '1.0.1 ' ,
17
17
description = 'A python django library for interacting with the MPESA Daraja API.' ,
18
18
long_description =
19
19
'''
You can’t perform that action at this time.
0 commit comments