Skip to content

Commit

Permalink
bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jul 5, 2016
1 parent 41faa19 commit c0b3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioodbc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0b3184

Please sign in to comment.