From beeaa6bb62bd5ee4e0f626ef5abe3b99d76a6886 Mon Sep 17 00:00:00 2001 From: Martin Mogusu Date: Tue, 20 Nov 2018 20:19:57 +0300 Subject: [PATCH] Updated badges --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index debdce5..af99643 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is a django module based on the MPESA daraja API. Use it to interact with t [![Build Status](https://travis-ci.org/martinmogusu/django-daraja.svg?branch=master)](https://travis-ci.org/martinmogusu/django-daraja) [![Documentation Status](https://readthedocs.org/projects/django-daraja/badge/?version=latest)](https://django-daraja.readthedocs.io/en/latest/?badge=latest) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![PyPI version](https://badge.fury.io/py/django-daraja.svg)](https://badge.fury.io/py/django-daraja) Read the documentation at https://django-daraja.readthedocs.io diff --git a/setup.py b/setup.py index 82588e4..4adf2c4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='django-daraja', - version='1.0', + version='1.0.1', description='A python django library for interacting with the MPESA Daraja API.', long_description= '''