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

Commit e571804

Browse files
committed
increment version string for 2.7.0-dev.2
1 parent abd9cb2 commit e571804

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
@@ -10,7 +10,7 @@
1010
from .managedbalancedconsumer import ManagedBalancedConsumer
1111
from .membershipprotocol import RangeProtocol, RoundRobinProtocol
1212

13-
__version__ = '2.7.0.dev1'
13+
__version__ = '2.7.0-dev.2'
1414

1515

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

0 commit comments

Comments
 (0)