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

Commit

Permalink
increment dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Aug 22, 2018
1 parent 8747398 commit a59fb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .managedbalancedconsumer import ManagedBalancedConsumer
from .membershipprotocol import RangeProtocol, RoundRobinProtocol

__version__ = '2.8.0-dev.3'
__version__ = '2.8.0-dev.4'


__all__ = ["Broker", "SimpleConsumer", "Cluster", "Partition", "Producer",
Expand Down

0 comments on commit a59fb8c

Please sign in to comment.