aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 23afc38..f94b549 100644
--- a/setup.py
+++ b/setup.py
@@ -12,11 +12,11 @@ def read(fname):
setup(
name='yamlish',
- version="0.16",
+ version="0.17.0",
description='Python implementation of YAMLish',
author='Matěj Cepl',
author_email='mcepl@redhat.com',
- url='http://luther.ceplovi.cz/git/?p=yamlish.git;a=summary',
+ url='https://github.com/mcepl/yamlish/',
py_modules=['yamlish'],
long_description=read("README.rst"),
keywords=['TAP', 'YAML', 'yamlish'],