From ad8346cfa9e277e4371858cf8d22f41f618100c4 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Sat, 10 Aug 2019 12:37:55 +0100 Subject: [PATCH] try to fix pypi releases --- .travis.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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',