Skip to content

Commit

Permalink
remove need to import version file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiong2902 committed Dec 22, 2023
1 parent 1f8c948 commit d46653e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion __version__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def _dbt_psycopg2_name():
print(PSYCOPG2_MESSAGE)
return "psycopg2-binary"

from __version__ import version as package_version
package_name = "dbtx-cockroachdb"
package_version = "1.7.4"
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 d46653e

Please sign in to comment.