diff --git a/.travis.yml b/.travis.yml index 376c699..a8cef4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,4 @@ deploy: on: tags: true skip_cleanup: true + skip_existing: true diff --git a/setup.py b/setup.py index 03e43a2..8bc118b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pyyed', - version='1.0', + version='1.1.2', description='A simple Python library to export graphs to the yEd graph editor', author='James Scott-Brown',