Skip to content

Commit d7039f8

Browse files
author
huyng
authored
Update setup.py
1 parent f23c097 commit d7039f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if os.path.isfile('VERSION'):
1818
VERSION = open('VERSION').read()
1919
else:
20-
VERSION = os.environ.get('TRAVIS_TAG', '1.0')
20+
VERSION = os.environ.get('TRAVIS_TAG', '1.1')
2121

2222
setup(
2323
name='graphkit',

0 commit comments

Comments
 (0)