Skip to content

Commit

Permalink
Use version from attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 31, 2020
1 parent 82a70a7 commit a3b51fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"""

__author__ = "John Reese"
__version__ = "0.4.0"

from .__version__ import __version__
from .column import Column
from .connector import connect
from .engines.base import Connection, Cursor, Engine, Result
Expand Down

0 comments on commit a3b51fb

Please sign in to comment.