summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-06-17 16:18:29 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-06-17 16:18:29 +1000
commit115ec2f35323038e61ae0c34992a53fec84f88da (patch)
tree98948a0dc1ac240f606c4052c1440de2485e82f7
parente42e496eb5b1f788f40ff8391db62fb76f9f55a9 (diff)
downloadmod_wsgi-metrics-115ec2f35323038e61ae0c34992a53fec84f88da.tar.gz
Increment version to 1.1.0.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8be306f..1b97672 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
setup_kwargs = dict(
name = 'mod_wsgi-metrics',
- version = '1.0.0',
+ version = '1.1.0',
description = 'Metrics package for Apache/mod_wsgi.',
author = 'Graham Dumpleton',
author_email = 'Graham.Dumpleton@gmail.com',