diff options
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,11 +12,11 @@ def read(fname): setup( name='yamlish', - version="0.17.0", + version="0.17.1", description='Python implementation of YAMLish', author='Matěj Cepl', author_email='mcepl@redhat.com', - url='https://github.com/mcepl/yamlish/', + url='https://gitlab.com/mcepl/yamlish/', py_modules=['yamlish'], long_description=read("README.rst"), keywords=['TAP', 'YAML', 'yamlish'], |