From a6612593f4dbf66441e19603be1a195a43d33c69 Mon Sep 17 00:00:00 2001 From: Steve Ivy Date: Mon, 15 Jul 2013 06:44:19 -0700 Subject: [PATCH] version bump --- pystatsd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystatsd/__init__.py b/pystatsd/__init__.py index 2d09b1f..7565169 100644 --- a/pystatsd/__init__.py +++ b/pystatsd/__init__.py @@ -1,4 +1,4 @@ from statsd import Client from server import Server -VERSION = (0, 1, 9) +VERSION = (0, 1, 10)