Skip to content

Commit f0f127d

Browse files
authored
version bump for pypi release 1.1.3 (#31)
1 parent 32289a1 commit f0f127d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt/adapters/hive/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
version = "1.1.2"
14+
version = "1.1.3"

setup.py

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

4646
package_name = "dbt-hive"
4747
# make sure this always matches dbt/adapters/hive/__version__.py
48-
package_version = "1.1.2"
48+
package_version = "1.1.3"
4949
description = """The Hive adapter plugin for dbt"""
5050

5151
dbt_core_version = _get_dbt_core_version()

0 commit comments

Comments
 (0)