diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-28 00:18:07 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-28 00:18:07 -0500 |
| commit | 7ad45ce87d2cb1985f4f1c6019e736a4a516034f (patch) | |
| tree | 3b7f957ee24188309644f99908d6d9bafadbf0f8 /setup.py | |
| parent | 9e3a9d1cc48c624e7dda9d9ee56d575b852d7164 (diff) | |
| download | pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.gz pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.bz2 pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.zip | |
prep 1.10b1
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.10a1' +VERSION = '1.10b1' install_requires = [ 'hupper', |
