From e7c13ad8f2bb17229d7c7fff2d3658966c10e5e8 Mon Sep 17 00:00:00 2001
From: Patryk Zawadzki <patrys@room-303.com>
Date: Fri, 23 Jan 2015 11:52:22 +0100
Subject: [PATCH] 0.1.4

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7139bed..97fadf9 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
       description=('A Python implementation of'
                    ' Google Analytics Measurement Protocol'),
       license='BSD',
-      version='0.1.3',
+      version='0.1.4',
       packages=['google_measurement_protocol'],
       install_required=['requests>=2.0,<3.0a0'],
       test_suite='google_measurement_protocol.tests',