We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23c097 commit d7039f8Copy full SHA for d7039f8
setup.py
@@ -17,7 +17,7 @@
17
if os.path.isfile('VERSION'):
18
VERSION = open('VERSION').read()
19
else:
20
- VERSION = os.environ.get('TRAVIS_TAG', '1.0')
+ VERSION = os.environ.get('TRAVIS_TAG', '1.1')
21
22
setup(
23
name='graphkit',
0 commit comments