Skip to content

Commit

Permalink
v0.3.0b3
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
v1a0 committed Mar 31, 2022
1 parent 863f7f2 commit 6c9c9c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sqllex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# "\033[0m"
# "\n")

__version__ = '0.3.0b2'
__version__ = '0.3.0b3'

__all__ = [
# classes
Expand Down
4 changes: 2 additions & 2 deletions sqllex/core/entities/postgresqlx/postgresqlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import sqllex.core.entities.postgresqlx.middleware as middleware
from sqllex.core.tools.docs_helpers import copy_docs
from types import ModuleType
from sqllex.core.entities.postgresqlx.empty_engine import PostgreSQLxEngine
from sqllex.core.entities.postgresqlx.empty_engine import PostgreSQLxConnection
from sqllex.core.entities.postgresqlx.engine import PostgreSQLxEngine
from sqllex.core.entities.postgresqlx.engine import PostgreSQLxConnection


class PostgreSQLxTransaction(AbstractTransaction):
Expand Down

0 comments on commit 6c9c9c3

Please sign in to comment.