Skip to content

Commit 6c983b5

Browse files
authored
Update to 2.4.0 (#48)
1 parent dbc6dfe commit 6c983b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
install_requires = [
3535
'robotframework >= 3.2.1',
36-
'confluent-kafka == 2.3.0',
36+
'confluent-kafka == 2.4.0',
3737
'requests >= 2.25.1',
3838
],
3939
extras_require={

src/ConfluentKafkaLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.3.0-1'
1+
VERSION = '2.4.0-1'

0 commit comments

Comments
 (0)