diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2013-03-04 01:24:44 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2013-03-04 01:24:44 +0100 |
commit | 4eb4ad18cd6692c17d29e1b35ba4ea18258a5e51 (patch) | |
tree | e6f300c1fbad803061dd7bfc78e0f8dc52b288ba | |
parent | Add a real README (diff) | |
download | confman-4eb4ad18cd6692c17d29e1b35ba4ea18258a5e51.tar.xz |
Release 0.1v0.1
-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.0', + version='0.1', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |