diff options
author | Chris Dent <chris.dent@gmail.com> | 2019-03-07 10:54:58 +0000 |
---|---|---|
committer | Chris Dent <chris.dent@gmail.com> | 2019-03-07 10:54:58 +0000 |
commit | 970b5d2476b54123b080792655e8f8ae671760bc (patch) | |
tree | 3e9424711e94d150fd9ab89ee26dc6d88fc5c872 /setup.py | |
parent | 1cccef8ca1257b36d33ac48563b3ea996575c550 (diff) | |
download | paste-git-970b5d2476b54123b080792655e8f8ae671760bc.tar.gz |
release 3.0.83.0.8
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.0.7' +__version__ = '3.0.8' from setuptools import setup, find_packages import sys, os |