Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huyng authored Nov 8, 2017
1 parent f23c097 commit d7039f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if os.path.isfile('VERSION'):
VERSION = open('VERSION').read()
else:
VERSION = os.environ.get('TRAVIS_TAG', '1.0')
VERSION = os.environ.get('TRAVIS_TAG', '1.1')

setup(
name='graphkit',
Expand Down

0 comments on commit d7039f8

Please sign in to comment.