Assembla home | Assembla project page
 

Changeset 25

Show
Ignore:
Timestamp:
05/06/08 06:33:55 (7 months ago)
Author:
bookstack
Message:

Update the version as 0.3.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/pyaws-0.3.0/PKG-INFO

    r24 r25  
    11Metadata-Version: 1.0 
    22Name: pyaws 
    3 Version: 0.2.0 
     3Version: 0.3.0 
    44Summary: A Python wrapper for Amazon Web Service 
    55Home-page: http://pyaws.sourceforge.net 
  • tags/pyaws-0.3.0/ecs.py

    r24 r25  
    120120""" 
    121121 
    122 __author__ = "Kun Xi < kunxi@kunxi.org >" 
    123 __version__ = "HEAD
     122__author__ = "Kun Xi <kunxi@kunxi.org>" 
     123__version__ = "0.3.0
    124124__license__ = "Python Software Foundation" 
    125125__docformat__ = 'restructuredtext' 
  • tags/pyaws-0.3.0/setup.py

    r1 r25  
    88 
    99setup(name='pyaws', 
    10         version='0.2.0', 
     10        version='0.3.0', 
    1111        package_dir={'pyaws': ''}, 
    1212        packages=['pyaws'],