Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit c1174cf

Browse files
committed
increment version to 2.2.0
1 parent 18373b6 commit c1174cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pykafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .client import KafkaClient
88
from .balancedconsumer import BalancedConsumer
99

10-
__version__ = '2.1.2'
10+
__version__ = '2.2.0'
1111

1212

1313
__all__ = ["Broker", "SimpleConsumer", "Cluster", "Partition", "Producer",

0 commit comments

Comments
 (0)