Changeset 545 for trunk/daemon/setup.py

Show
Ignore:
Timestamp:
09/20/08 15:44:51 (4 months ago)
Author:
rgl
Message:

Merge the 0.7 branch into trunk.

For now on, trunk will contain the bleeding-edge version of Orbited.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/daemon/setup.py

    r540 r545  
    2222setup( 
    2323    name='orbited', 
    24     version='0.6.2', 
     24    version='0.7.0', 
    2525    author='Michael Carter', 
    2626    author_email='CarterMichael@gmail.com', 
     
    4343     
    4444    classifiers = [ 
    45         'Development Status :: 3 - Beta', 
     45        'Development Status :: 4 - Beta', 
    4646        'Environment :: Console', 
    4747        'Intended Audience :: Developers',