diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from setuptools import setup setup( name='confman', - version='0.2.0', + version='0.3.0', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |