From 0aced26eb050ceb98ee9d5d6cdca8db448666986 Mon Sep 17 00:00:00 2001 From: Peter Scott Date: Sat, 28 Feb 2015 10:49:17 -0800 Subject: [PATCH] Point release with better logging. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2afc72..650a049 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from distutils.core import setup setup(name='scales', - version='1.0.8', + version='1.0.9', description='Stats for Python processes', license='Apache', author='Greplin, Inc.',