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

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Oct 19, 2015
1 parent c1e96ed commit b01c62b
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 @@ -7,7 +7,7 @@
from .client import KafkaClient
from .balancedconsumer import BalancedConsumer

__version__ = '2.0.1-dev'
__version__ = '2.0.1'


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

0 comments on commit b01c62b

Please sign in to comment.