Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor authored Oct 25, 2023
1 parent 732587b commit 57562af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/iris/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.5.6.2"
version = "1.5.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

package_name = "dbt-iris"
package_version = "1.5.6.2"
package_version = "1.5.7"
description = """The InterSystems IRIS adapter plugin for dbt"""

thelibFolder = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit 57562af

Please sign in to comment.