We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cdf8b commit e6fac07Copy full SHA for e6fac07
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='algorithmia-adk',
7
- version='0.1.0',
+ version=os.environ.get('ADK_VERSION', '0.0.0'),
8
description='adk python ADK client',
9
long_description='adk Development Kit code used for creating Python algorithms on adk. Built into the Algorithmia client',
10
url='http://github.com/algorithmiaio/algorithmia-adk-python',
0 commit comments