Skip to content

Commit

Permalink
bump versions 1.0.4 (#12)
Browse files Browse the repository at this point in the history
* bump version in setup.py to 1.0.4

* bump version in __version__.py to 1.0.4
  • Loading branch information
sdairs authored Apr 1, 2022
1 parent f80cacb commit ac70db2
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.1"
version="1.0.4"
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.1"
package_version = "1.0.4"
description = """The Impala adapter plugin for dbt"""

setup(
Expand Down

0 comments on commit ac70db2

Please sign in to comment.