Skip to content

Commit

Permalink
adding back version file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiong2902 committed Dec 22, 2023
1 parent 83bcd2d commit b88bab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dbt/adapters/cockroachdb/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = "1.7.6"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def _dbt_psycopg2_name():
package_name = "dbtx-cockroachdb"
# For test build we should suffix it with -#, like: 1.7.5-1.
# This will generate a build version as 1.7.5.post1.
package_version = "1.7.5"
# When updating the package_version here, you must update the version in dbt.adapters.cockroachdb.__version__ as well
package_version = "1.7.6"
description = """The cockroachdb adapter plugin for dbt (data build tool)"""

this_directory = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit b88bab3

Please sign in to comment.