diff --git a/README.rst b/README.rst index 866c57012..36d8f7b50 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE` Status ---------- -The current stable version of this package is `0.9.3`_ and is compatible with: +The current stable version of this package is `0.9.4`_ and is compatible with: Kafka broker versions diff --git a/kafka/version.py b/kafka/version.py index 5b721edda..4033697d9 100644 --- a/kafka/version.py +++ b/kafka/version.py @@ -1 +1 @@ -__version__ = '0.9.4-dev' +__version__ = '0.9.4'