X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=setup.py;h=afc051f813ea381ea84a8fab4aac9b5cca96e028;hp=8b323a0cfe8b995b717fb9bf77706ecf10de5e65;hb=e2492fb8662ae2e21162d4c087b41fea93cc2b17;hpb=f8dcc3f8ab3d1487c0e9042e26e437db77c4e311 diff --git a/setup.py b/setup.py index 8b323a0..afc051f 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ except ImportError: from distutils.core import setup setup(name='ppu', - version='0.2.0', + version='0.3.0', description='Broytman Portable Python Utilities', long_description=open('README.txt', 'rU').read(), author='Oleg Broytman',