Skip to content

Commit

Permalink
update to dbt v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalenzuela committed Jul 21, 2022
1 parent fdd7676 commit 37c70e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="dbt-ipy",
version="1.0.0",
version="1.0.1",
packages=["dbt-ipy"],
license="GNU GPLv3",
author="jmriego",
Expand All @@ -13,7 +13,7 @@
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
keywords="ipython dbt sql",
install_requires = ['ipython>=1.0', 'dbt>=0.18'],
install_requires = ['ipython>=1.0', 'dbt-core>=1.0'],
classifiers=[
"Development Status :: 3 - Alpha",
"Framework :: IPython",
Expand Down

0 comments on commit 37c70e1

Please sign in to comment.