diff options
| author | Michael Merickel <michael@merickel.org> | 2021-02-28 20:52:32 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2021-02-28 20:57:32 -0600 |
| commit | a05fd8387b79a777192d0679ace659495b2eb8df (patch) | |
| tree | 714898c288e765031c339997acfc1b0c21394fd5 /setup.py | |
| parent | ea3050858e4542fc12a3208d9a142eec8b0706cf (diff) | |
| download | pyramid-a05fd8387b79a777192d0679ace659495b2eb8df.tar.gz pyramid-a05fd8387b79a777192d0679ace659495b2eb8df.tar.bz2 pyramid-a05fd8387b79a777192d0679ace659495b2eb8df.zip | |
prep 2.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ def readfile(name): README = readfile('README.rst') CHANGES = readfile('CHANGES.rst') -VERSION = '2.0b1' +VERSION = '2.0' install_requires = [ 'hupper >= 1.5', # ignore_files support |
