Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
oravidov committed Oct 3, 2021
1 parent ee0c287 commit 5d80002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pyfiglet
snowflake-connector-python
dbt
networkx
sqllineage
sqllineage==1.2.4
pyvis
setuptools
sqlparse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setup(
name='elementary-lineage',
description='Presenting data lineage based on your data warehouse query history',
version='0.0.9',
version='0.0.10',
packages=find_packages(),
include_package_data=True,
python_requires='>=3.6.2',
Expand Down

0 comments on commit 5d80002

Please sign in to comment.