# HG changeset patch -- Bitbucket.org # Project pylib # URL http://bitbucket.org/hpk42/pylib/overview # User holger krekel <hol...@merlinux.eu> # Date 1289143596 -3600 # Node ID cc6128f129a0d2723c998efc521b2158f91762aa # Parent 5367bea2f47738bdefa9eb55752e5a2a4b0e841b bump version
--- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def main(): long_description = long_description, install_requires=['py>=1.3.9', ], # force newer py version which removes 'py' namespace # # so we can occupy it - version='2.0.0.dev5', + version='2.0.0.dev6', url='http://pylib.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], --- a/py/__init__.py +++ b/py/__init__.py @@ -8,7 +8,7 @@ dictionary or an import path. (c) Holger Krekel and others, 2004-2010 """ -__version__ = '2.0.0.dev5' +__version__ = '2.0.0.dev6' from py import _apipkg _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn