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'