summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-12-24 12:08:26 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-12-24 12:08:26 +1100
commitec715eb593255229f9f45f3f323edbb845c691d8 (patch)
treeba546c840c4fe77543bb95d541e8d24373b7bf0e /setup.py
parent868373bfb40809d681a6981872f7af68e2aaadc8 (diff)
parent7baf7681226144e62ccce1c8c4edfeddbbdacf67 (diff)
downloadmod_wsgi-metrics-ec715eb593255229f9f45f3f323edbb845c691d8.tar.gz
Merge branch 'release/1.1.1'HEAD1.1.1master
Diffstat (limited to 'setup.py')
-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',