summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-12-24 11:51:28 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-12-24 11:51:28 +1100
commit9b2c63dc7c6a0b8739b480c5e1d2d370122bad78 (patch)
tree3e532d30ed907ec366590c0c9df870610863e526
parent868373bfb40809d681a6981872f7af68e2aaadc8 (diff)
downloadmod_wsgi-metrics-9b2c63dc7c6a0b8739b480c5e1d2d370122bad78.tar.gz
Increment version to 1.1.1.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 891cea8..42d3bdb 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
setup_kwargs = dict(
name = 'mod_wsgi-metrics',
- version = '1.1.0',
+ version = '1.1.1',
description = 'Metrics package for Apache/mod_wsgi.',
author = 'Graham Dumpleton',
author_email = 'Graham.Dumpleton@gmail.com',