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)