diff options
| author | Bob Halley <halley@nominum.com> | 2011-07-13 12:57:36 -0700 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-07-13 12:57:36 -0700 |
| commit | b2a2d96ebc334adb2d81efaa54e98d83406927bf (patch) | |
| tree | a92ecd2d3723555667041c08e3b7e9c92acdb864 /setup.py | |
| parent | 9aa541f1307d80d6ff7137ed11e5882bee754488 (diff) | |
| download | dnspython-b2a2d96ebc334adb2d81efaa54e98d83406927bf.tar.gz | |
the next version will be 1.10.0
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.9.5' +version = '1.10.0' kwargs = { 'name' : 'dnspython3', |
