diff --git a/dbt/adapters/impala/__version__.py b/dbt/adapters/impala/__version__.py index 5498e09..ce7ac3d 100644 --- a/dbt/adapters/impala/__version__.py +++ b/dbt/adapters/impala/__version__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -version="1.0.7" +version="1.1.0" diff --git a/setup.py b/setup.py index 2807208..b3f1329 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ package_name = "dbt-impala" # make sure this always matches dbt/adapters/dbt_impala/__version__.py -package_version = "1.0.7" +package_version = "1.1.0" description = """The Impala adapter plugin for dbt""" setup(