diff --git a/aioodbc/__init__.py b/aioodbc/__init__.py index d833acd..52f1d8a 100644 --- a/aioodbc/__init__.py +++ b/aioodbc/__init__.py @@ -5,7 +5,7 @@ from .pool import create_pool, Pool -__version__ = '0.0.2' +__version__ = '0.0.3' __all__ = ['connect', 'Connection', 'create_pool', 'Pool', 'dataSources'] (connect, Connection, create_pool, Pool) # pyflakes