Skip to content

Commit

Permalink
Bump version + update sqlfluff dependency version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuelverdugo authored Apr 3, 2023
1 parent 87fc058 commit afb1a60
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 @@ -67,7 +67,7 @@ def run(self) -> None:
install_requires=[
"sqlparse>=0.3.1",
"networkx>=2.4",
"sqlfluff==2.0.0a6",
"sqlfluff==2.0.2",
],
entry_points={"console_scripts": ["sqllineage = sqllineage.cli:main"]},
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


NAME = "openmetadata-sqllineage"
VERSION = "1.0.2"
VERSION = "1.0.3"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down

0 comments on commit afb1a60

Please sign in to comment.