diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2020-01-22 23:46:36 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2020-01-22 23:46:36 +0100 |
commit | 1f8d05f494a8b3c8fbf89a477b2bd67bc60dbac7 (patch) | |
tree | 8f0589e355c7b60be76177b87fe6e32ea45bf198 | |
parent | Fix file comparison (diff) | |
download | confman-0.3.1.tar.xz |
-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.3.0', + version='0.3.1', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |