From aa7efec2e45b9cd56aafe0d7a007dfce6283427f Mon Sep 17 00:00:00 2001 From: Lynn Root Date: Fri, 15 May 2015 13:31:12 -0700 Subject: [PATCH] Bump version --- ramlfications/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramlfications/__init__.py b/ramlfications/__init__.py index 9db1b6e..97ccc84 100644 --- a/ramlfications/__init__.py +++ b/ramlfications/__init__.py @@ -4,7 +4,7 @@ from __future__ import absolute_import, division, print_function __author__ = "Lynn Root" -__version__ = "0.1.2" +__version__ = "0.1.3" __license__ = "Apache 2.0" __email__ = "lynn@spotify.com"