summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-08-15 20:44:40 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2014-08-15 20:44:40 +1000
commitcd9b1afaa0348ee9c7036aee673615a3af21873d (patch)
tree18dfb0eec1040caf27697c4c6d738c78b688f36f
parent868373bfb40809d681a6981872f7af68e2aaadc8 (diff)
downloadmod_wsgi-metrics-cd9b1afaa0348ee9c7036aee673615a3af21873d.tar.gz
Increment version to 1.2.0.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 891cea8..ce9aaea 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.2.0',
description = 'Metrics package for Apache/mod_wsgi.',
author = 'Graham Dumpleton',
author_email = 'Graham.Dumpleton@gmail.com',