Skip to content

Commit

Permalink
more version s***
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Feb 13, 2018
1 parent 50dfaed commit d59812b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trio_amqp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from .exceptions import * # pylint: disable=wildcard-import # noqa: F401,F403
from .protocol import AmqpProtocol # noqa: F401

from .version import __version__ # noqa: F401
from .version import __packagename__ # noqa: F401
from ._version import __version__ # noqa: F401
from ._version import __packagename__ # noqa: F401

from . import protocol
connect_amqp = protocol.connect_amqp
Expand Down

0 comments on commit d59812b

Please sign in to comment.