X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=30dd82dc956f5a4f95fc606f37a4fe978c3f7fe0;hb=82c4ba9b14117c9091d06f90427e68fbcb5fe92b;hp=afc051f813ea381ea84a8fab4aac9b5cca96e028;hpb=e2492fb8662ae2e21162d4c087b41fea93cc2b17;p=ppu.git diff --git a/setup.py b/setup.py index afc051f..30dd82d 100755 --- a/setup.py +++ b/setup.py @@ -6,9 +6,9 @@ except ImportError: from distutils.core import setup setup(name='ppu', - version='0.3.0', + version='0.3.2', description='Broytman Portable Python Utilities', - long_description=open('README.txt', 'rU').read(), + long_description=open('README.rst', 'rU').read(), author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/ppu/',