Skip to content

Commit

Permalink
* bump version number to 1.1.0 to align with dbt-core versioning (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovganesh authored Jun 9, 2022
1 parent 54dc2dd commit 1b00d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/impala/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1b00d70

Please sign in to comment.