diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-31 00:32:36 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-31 00:32:36 -0500 |
| commit | 5fa8d88f610a56df10139f761004c702c6cadd28 (patch) | |
| tree | b4b2bd9b42882e209e8e9f1e49505bbd46aad934 /setup.py | |
| parent | 4e3b445742f5132d27aebbbae5ff048f2115d831 (diff) | |
| download | pyramid-5fa8d88f610a56df10139f761004c702c6cadd28.tar.gz pyramid-5fa8d88f610a56df10139f761004c702c6cadd28.tar.bz2 pyramid-5fa8d88f610a56df10139f761004c702c6cadd28.zip | |
prep 1.10
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ def readfile(name): README = readfile('README.rst') CHANGES = readfile('CHANGES.rst') -VERSION = '1.10b1' +VERSION = '1.10' install_requires = [ 'hupper', |
