Skip to content

Commit 1b00d70

Browse files
authored
* bump version number to 1.1.0 to align with dbt-core versioning (#39)
1 parent 54dc2dd commit 1b00d70

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

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.7"
24+
package_version = "1.1.0"
2525
description = """The Impala adapter plugin for dbt"""
2626

2727
setup(

0 commit comments

Comments
 (0)