Skip to content

Commit

Permalink
Support Building 1.2.0b-odbc Wheel Distribution (#19)
Browse files Browse the repository at this point in the history
### Summary

Support Building 1.2.0b-odbc Wheel Distribution

### Description

Updated version and added setup.cfg in order to create the final ODBC
release and associated tag.

### Related Issue

None

### Additional Reviewers
@ArgusLi 
@ravjotbrar
  • Loading branch information
jlarue26 authored Oct 11, 2022
1 parent 30b1991 commit ca29810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/dremio/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.0b"
version = "1.1.0b_odbc"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
license_files = LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_namespace_packages, setup

package_name = "dbt-dremio"
package_version = "1.1.0b"
package_version = "1.1.0b_odbc"
description = """The Dremio adapter plugin for dbt"""

setup(
Expand Down

0 comments on commit ca29810

Please sign in to comment.