We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5b34e commit 8055305Copy full SHA for 8055305
README.md
@@ -137,6 +137,9 @@ all languages.
137
* The [Amazon Kinesis Forum][kinesis-forum]
138
139
## Release Notes
140
+### Release 1.3.1
141
+* Version number increase to stay inline with PyPI.
142
+
143
### Release 1.3.0
144
* Updated dependency to Amazon KCL version 1.6.4
145
setup.py
@@ -46,7 +46,7 @@
46
'''
47
PACKAGE_NAME = 'amazon_kclpy'
48
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
49
-PACKAGE_VERSION = '1.3.0'
+PACKAGE_VERSION = '1.3.1'
50
PYTHON_REQUIREMENTS = [
51
'boto',
52
# argparse is part of python2.7 but must be declared for python2.6
0 commit comments