Skip to content

Commit

Permalink
Fix import version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Robertson committed Feb 21, 2016
1 parent 9b711e5 commit 4512941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name='splicer',

version="0.2.0",
version="0.2.1",
description='the world is a database now you can query it with SQL',
long_description=README,
author='Scott Robertson',
Expand Down
2 changes: 1 addition & 1 deletion splicer/query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SliceOp, JoinOp, LoadOp,
And, SelectAllExpr
)
import query_parser
from . import query_parser

from .compilers.local import is_aggregate

Expand Down

0 comments on commit 4512941

Please sign in to comment.