diff --git a/docs/conf.py b/docs/conf.py index 6222457ec..1551aedef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.9.1' +version = '0.9.1.2' # The full version, including alpha/beta/rc tags. -release = '0.9.1' +release = '0.9.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 34cc1a6cc..dec7d9387 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'confluent_kafka/src/Consumer.c']) setup(name='confluent-kafka', - version='0.9.1.1', + version='0.9.1.2', description='Confluent\'s Apache Kafka client for Python', author='Confluent Inc', author_email='support@confluent.io',