Changeset 1189

Show
Ignore:
Timestamp:
04/03/07 00:17:35 (2 years ago)
Author:
arj..@yirdis.nl
Message:

Gaphor requires Gaphas 0.1.3

Files:

Legend:

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

    r1188 r1189  
    77Run 'python setup.py run' to start Gaphor directly (without install). 
    88""" 
     9 
     10VERSION = '0.10.0' 
    911 
    1012import sys 
     
    3335setup( 
    3436    name='gaphor', 
    35     version='0.9.2'
     37    version=VERSION
    3638    url='http://gaphor.sourceforge.net', 
    3739    author='Arjan J. Molenaar', 
     
    8385        # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 
    8486        'decorator >= 2.0.1', 
    85         'gaphas >= 0.1.0', 
     87        'gaphas >= 0.1.3', 
    8688        'zope.component >= 3.3.0', # - won't compile on windows. 
    8789    ],