Skip to content

Commit 8055305

Browse files
committed
Version 1.3.1 of the Amazon Kinesis Client Library For Python
Increase version number to stay inline with PyPI.
1 parent cc5b34e commit 8055305

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ all languages.
137137
* The [Amazon Kinesis Forum][kinesis-forum]
138138

139139
## Release Notes
140+
### Release 1.3.1
141+
* Version number increase to stay inline with PyPI.
142+
140143
### Release 1.3.0
141144
* Updated dependency to Amazon KCL version 1.6.4
142145

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'''
4747
PACKAGE_NAME = 'amazon_kclpy'
4848
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
49-
PACKAGE_VERSION = '1.3.0'
49+
PACKAGE_VERSION = '1.3.1'
5050
PYTHON_REQUIREMENTS = [
5151
'boto',
5252
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)