diff options
author | Chris Dent <cdent@anticdent.org> | 2020-09-09 15:31:00 +0100 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2020-09-09 15:31:00 +0100 |
commit | 2a658d8806de6a8bbbe985295da546b9e2ec8336 (patch) | |
tree | 2841aa456b4da69537e26576dacdbde6ab714816 /setup.py | |
parent | e65b9b086f28958c8584180a3c74275d6176e468 (diff) | |
download | paste-git-2a658d8806de6a8bbbe985295da546b9e2ec8336.tar.gz |
Release 3.4.43.4.4
Work with setuptools 50.1.0+
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.3' +__version__ = '3.4.4' from setuptools import setup, find_packages import sys, os |