Changeset 3077

Show
Ignore:
Timestamp:
02/23/08 22:30:11 (9 months ago)
Author:
bgranger
Message:

Updated ipython1 version to 0.3alpha1. This is a new versioning scheme that is fully independent of that of the ipython trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ipython1/trunk/setup.py

    r3076 r3077  
    134134setup( 
    135135    name = "ipython1", 
    136     version = "0.9alpha3", 
     136    version = "0.3alpha1", 
    137137    packages = packages, 
    138138    package_data = package_data,