Skip to content
This repository was archived by the owner on Dec 2, 2018. It is now read-only.

Commit c125ec6

Browse files
author
Chris Snow
committed
update for 0.0.13
1 parent 87b79c4 commit c125ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
setup(
55
name='ibm-analytics-engine-python',
6-
version='0.0.12',
6+
version='0.0.13',
77
description="IBM Analytics Engine library",
88
author='Chris Snow',
99
author_email='chsnow123@gmail.com',
1010
url='https://github.com/snowch/ibm-analytics-engine-python',
11-
download_url = 'https://github.com/snowch/ibm-analytics-engine-python/archive/0.0.12.tar.gz',
11+
download_url = 'https://github.com/snowch/ibm-analytics-engine-python/archive/0.0.13.tar.gz',
1212
packages = find_packages(exclude=["docs/example_scripts", "docs/example", "tests"]),
1313
keywords = 'IBM Analytics Engine Spark Hadoop',
1414
install_requires=[ 'requests' ],

0 commit comments

Comments
 (0)