Skip to content

Commit

Permalink
fix versinioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nszoni committed Feb 26, 2024
1 parent f07f2fc commit ce1f174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/fabric/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0rc1"
version = "1.8.0a1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):
install_requires=[
"pyodbc>=4.0.35,<5.2.0",
"azure-identity>=1.12.0",
"dbt-common~=0.1.5",
"dbt-common~=0.1.6",
"dbt-adapters~=0.1.0a6",
],
cmdclass={
Expand Down

0 comments on commit ce1f174

Please sign in to comment.