diff options
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ However, some filenames can indicate special actions instead (see below). Requirements ------------ -Python 2.5 or later. +Python 2.6 or later (for 2.5, try v0.1). No installation needed, though you can install it. @@ -5,7 +5,7 @@ from setuptools import setup setup( name='confman', - version='0.1', + version='0.2.0', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |