diff --git a/README.md b/README.md index 4981cb93ff14e1dbed60218322488429c4fa8d00..48156d738288e67e918e729fd4e0eae73545acd7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CoolAMQP []() A **magical** AMQP 0.9.1 client, that uses **heavy sorcery** to achieve speeds that other pure-Python AMQP clients cannot even hope to match. +Additionally, it's traceable using **opentracing**. Documentation (WIP) is available at [Read the Docs](http://coolamqp.readthedocs.io/). diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 462080ac85b4849941624e6e8f07778cc91d0458..7d663af291c59eb43d683d057ec910fbcc9e10c8 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1,2 +1,2 @@ # coding=UTF-8 -__version__ = '1.1.1_a1' +__version__ = '1.1.1_a2'