Changeset 199:b0a60fa5b39a for eggchecker
- Timestamp:
- 11/29/07 16:26:03 (12 months ago)
- Files:
-
- 1 modified
-
eggchecker/src/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eggchecker/src/setup.py
r188 r199 23 23 import sys, os 24 24 25 version = '0.1. 1'25 version = '0.1.2' 26 26 27 27 README = open(os.path.join(os.path.dirname(__file__), 'README.txt')).read()
