diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2014-09-19 15:18:35 +0200 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2014-09-19 15:18:35 +0200 |
| commit | 6a24fba456d1c4ac2609b90f1fdc377c595608a4 (patch) | |
| tree | 97fce5714d892aaedbed7a66506982ea08a4d047 /setup.py | |
| parent | 56b430aab96bd20bc4b4b29bd27c1ccb82ec8e27 (diff) | |
| download | webtest-2.0.16.tar.gz | |
Preparing release 2.0.162.0.16
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import sys from setuptools import setup from setuptools import find_packages -version = '2.0.16.dev0' +version = '2.0.16' install_requires = [ 'six', |
