Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-stepanov committed Sep 19, 2018
1 parent d2789b3 commit 07b11b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioapp_amqp/__init__.py
Expand Up @@ -14,7 +14,7 @@
from aioapp.misc import mask_url_pwd, async_call
from aioapp.tracer import (Span, CLIENT, SERVER, SPAN_TYPE, SPAN_KIND)

__version__ = '0.0.1a2'
__version__ = '0.0.1b1'

SPAN_TYPE_AMQP = 'amqp'
SPAN_KIND_AMQP_OUT = 'out'
Expand Down

0 comments on commit 07b11b4

Please sign in to comment.