summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b3f51c6..53417a6 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
setup(
name='logster',
- version='0.0.1',
+ version='0.1.0',
description='Parse log files, generate metrics for Graphite and Ganglia',
author='Etsy',
url='https://github.com/etsy/logster',