Changeset 37391

Show
Ignore:
Timestamp:
05/06/10 19:19:03 (3 years ago)
Author:
yoshiori
Message:

change ver

Location:
lang/python/pit
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/python/pit/pit.py

    r37390 r37391  
    55 
    66class Pit: 
    7     VERSION   = "0.0.1" 
     7    VERSION   = "0.3" 
    88    DIRECTORY = os.path.expanduser('~/.pit') 
    99    _config = os.path.join(DIRECTORY, 'pit.yaml') 
  • lang/python/pit/setup.py

    r36239 r37391  
    22# -*- coding: utf-8 -*- 
    33 
    4 __version__ = '0.2' 
     4__version__ = '0.3' 
    55 
    66#import ez_setup