Skip to content

Commit c554779

Browse files
authored
bump version for pypi release (#133)
* update version number * update README to reflect dbt-core=1.3.x dependency
1 parent 04bbb90 commit c554779

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The `dbt-impala` adapter allows you to use [dbt](https://www.getdbt.com/) along
1212

1313
Python >= 3.8
1414

15-
dbt-core ~= 1.2.0
15+
dbt-core ~= 1.3.0
1616

17-
impyla >= 0.18a5
17+
impyla >= 0.18
1818

1919
python-decouple >= 3.6
2020

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

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.2.0"
49+
package_version = "1.3.0"
5050
description = """The Impala adapter plugin for dbt"""
5151

5252
dbt_core_version = _get_dbt_core_version()

0 commit comments

Comments
 (0)