diff options
author | Chris Dent <cdent@anticdent.org> | 2020-09-24 17:01:46 +0100 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2020-09-24 17:01:46 +0100 |
commit | 38fbf7cd49114a38f95ed3055ef1343320e8d1a5 (patch) | |
tree | f9cb122b41fa45055b470897177687ca54225288 /setup.py | |
parent | 71a225c0ea6fc64ea5b105959a6b8205a0420dbd (diff) | |
download | paste-git-38fbf7cd49114a38f95ed3055ef1343320e8d1a5.tar.gz |
release 3.4.53.4.5
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.4.4' +__version__ = '3.4.5' from setuptools import setup, find_packages import sys, os |