Skip to content

Commit f5f67e7

Browse files
authored
dbt-impala 1.0.6 release - version update (#31)
1 parent f988a96 commit f5f67e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt/adapters/impala/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version="1.0.5"
15+
version="1.0.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
package_name = "dbt-impala"
2323
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
24-
package_version = "1.0.5"
24+
package_version = "1.0.6"
2525
description = """The Impala adapter plugin for dbt"""
2626

2727
setup(

0 commit comments

Comments
 (0)