Skip to content

Commit

Permalink
try to fix pypi releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesscottbrown committed Aug 10, 2019
1 parent 1723215 commit ad8346c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ deploy:
on:
tags: true
skip_cleanup: true
skip_existing: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ad8346c

Please sign in to comment.