Skip to content

Commit 1da25d7

Browse files
committed
Bump AWS SDK to 1.11.704
1 parent ece63e3 commit 1da25d7

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
@@ -40,7 +40,7 @@
4040

4141
PACKAGE_NAME = 'amazon_kclpy'
4242
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
43-
PACKAGE_VERSION = '2.0.1'
43+
PACKAGE_VERSION = '2.0.2a'
4444
PYTHON_REQUIREMENTS = [
4545
'boto',
4646
# argparse is part of python2.7 but must be declared for python2.6
@@ -100,7 +100,7 @@
100100
('org.apache.httpcomponents', 'httpclient', '4.5.9'),
101101
('commons-codec', 'commons-codec', '1.11'),
102102
('org.apache.httpcomponents', 'httpcore', '4.4.11'),
103-
('com.amazonaws', 'aws-java-sdk-core', '1.11.477'),
103+
('com.amazonaws', 'aws-java-sdk-core', '1.11.704'),
104104
('commons-logging', 'commons-logging', '1.1.3'),
105105
('software.amazon.ion', 'ion-java', '1.0.2'),
106106
('joda-time', 'joda-time', '2.8.1'),

0 commit comments

Comments
 (0)