Skip to content

Commit

Permalink
alter code to jog the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed May 7, 2024
1 parent f79fd20 commit 9de7b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description = f.read()


# get this package's version from dbt/adapters/<name>/__version__.py
# get this package's version from dbt/adapters/<adapter name>/__version__.py
def _get_plugin_version_dict():
_version_path = os.path.join(this_directory, "dbt", "adapters", "snowflake", "__version__.py")
_semver = r"""(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)"""
Expand Down

0 comments on commit 9de7b35

Please sign in to comment.