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

Commit 468d10c

Browse files
committed
increment version
1 parent 7511fa1 commit 468d10c

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.0.5-dev'
10+
__version__ = '2.1.0'
1111

1212

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

0 commit comments

Comments
 (0)