Skip to content

Commit

Permalink
Version 3 Additions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Mar 6, 2019
1 parent e8b34fa commit bbea5b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions python_banyan/banyan_base_aio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .banyan_base_aio import BanyanBaseAIO
1 change: 1 addition & 0 deletions python_banyan/gateway_base/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .gateway_base import GatewayBase
1 change: 1 addition & 0 deletions python_banyan/gateway_base_aio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .gateway_base_aio import GatewayBaseAIO
2 changes: 1 addition & 1 deletion python_banyan/gateway_base_aio/gateway_base_aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

import asyncio
from banyan_base_aio import BanyanBaseAIO
from python_banyan.banyan_base_aio import BanyanBaseAIO


class GatewayBaseAIO(BanyanBaseAIO):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='python-banyan',
version='3.1',
version='3.2',
packages=[
'python_banyan',
'python_banyan.banyan_base',
Expand Down

0 comments on commit bbea5b9

Please sign in to comment.