From 9b3cbc6299f74bb19a4320451329e9b1f29b8ddb Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Sat, 20 Apr 2013 16:24:50 -0500 Subject: [PATCH] Match pypi version --- axes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axes/__init__.py b/axes/__init__.py index 6c8196e..0300898 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,7 +1,7 @@ import logging import os -VERSION = (1, 3, 0) +VERSION = (1, 3, 1) def get_version():