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 Jul 22, 2015
1 parent 63ab21b commit 12f5228
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__ = '1.1.0'
__version__ = '1.1.1'


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

0 comments on commit 12f5228

Please sign in to comment.