From 9b48368fdf2f77569c4319f8d5aaded233d7ea47 Mon Sep 17 00:00:00 2001 From: Rahul Tanwani Date: Sat, 12 Mar 2016 21:30:49 +0000 Subject: [PATCH] Bumping up the version to 0.1.1 --- batch_requests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch_requests/__init__.py b/batch_requests/__init__.py index 1479b4e..e1ca2ae 100644 --- a/batch_requests/__init__.py +++ b/batch_requests/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'django-batch-requests' -__version__ = '0.1.0' +__version__ = '0.1.1' __author__ = 'Rahul Tanwani' __license__ = 'MIT'