Skip to content

Commit e6fac07

Browse files
committed
updated setup.py to prepare for CI-CD deployment
1 parent f6cdf8b commit e6fac07

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
@@ -4,7 +4,7 @@
44

55
setup(
66
name='algorithmia-adk',
7-
version='0.1.0',
7+
version=os.environ.get('ADK_VERSION', '0.0.0'),
88
description='adk python ADK client',
99
long_description='adk Development Kit code used for creating Python algorithms on adk. Built into the Algorithmia client',
1010
url='http://github.com/algorithmiaio/algorithmia-adk-python',

0 commit comments

Comments
 (0)