From 9b2c63dc7c6a0b8739b480c5e1d2d370122bad78 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Wed, 24 Dec 2014 11:51:28 +1100 Subject: Increment version to 1.1.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.1