Skip to content

Commit 2ba8a73

Browse files
authored
bump version to 1.3.1 (#139)
1 parent 0020a56 commit 2ba8a73

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.3.0"
15+
version="1.3.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _get_dbt_core_version():
4646

4747
package_name = "dbt-impala"
4848
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
49-
package_version = "1.3.0"
49+
package_version = "1.3.1"
5050
description = """The Impala adapter plugin for dbt"""
5151

5252
dbt_core_version = _get_dbt_core_version()

0 commit comments

Comments
 (0)