Skip to content

Commit f935f2d

Browse files
committedApr 19, 2024·
upgrade KCL version from 2.5.2 to 2.5.8
1 parent 0619730 commit f935f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<properties>
55
<awssdk.version>2.19.2</awssdk.version>
66
<aws-java-sdk.version>1.12.370</aws-java-sdk.version>
7-
<kcl.version>2.5.2</kcl.version>
7+
<kcl.version>2.5.8</kcl.version>
88
<netty.version>4.1.100.Final</netty.version>
99
<netty-reactive.version>2.0.6</netty-reactive.version>
1010
<fasterxml-jackson.version>2.13.5</fasterxml-jackson.version>

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
PACKAGE_NAME = 'amazon_kclpy'
4444
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
45-
PACKAGE_VERSION = '2.1.4-SNAPSHOT'
45+
PACKAGE_VERSION = '2.1.4'
4646
PYTHON_REQUIREMENTS = [
4747
'boto',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)
Please sign in to comment.