diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2014-08-22 20:32:18 +0200 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2014-08-22 20:33:10 +0200 |
commit | 4ae19b8fae6396137ca39f43581c5aa2ebec968e (patch) | |
tree | 637920cd096ab89278cb39047ed4aec2b911dea0 /setup.py | |
parent | Modernize the code for 2.6+ (diff) | |
download | confman-4ae19b8fae6396137ca39f43581c5aa2ebec968e.tar.xz |
Release 0.2.0v0.2.0
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.1', + version='0.2.0', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |