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 ece63e3 commit 1da25d7Copy full SHA for 1da25d7
setup.py
@@ -40,7 +40,7 @@
40
41
PACKAGE_NAME = 'amazon_kclpy'
42
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
43
-PACKAGE_VERSION = '2.0.1'
+PACKAGE_VERSION = '2.0.2a'
44
PYTHON_REQUIREMENTS = [
45
'boto',
46
# argparse is part of python2.7 but must be declared for python2.6
@@ -100,7 +100,7 @@
100
('org.apache.httpcomponents', 'httpclient', '4.5.9'),
101
('commons-codec', 'commons-codec', '1.11'),
102
('org.apache.httpcomponents', 'httpcore', '4.4.11'),
103
- ('com.amazonaws', 'aws-java-sdk-core', '1.11.477'),
+ ('com.amazonaws', 'aws-java-sdk-core', '1.11.704'),
104
('commons-logging', 'commons-logging', '1.1.3'),
105
('software.amazon.ion', 'ion-java', '1.0.2'),
106
('joda-time', 'joda-time', '2.8.1'),
0 commit comments