Skip to content

Commit

Permalink
SNOW-1065172-gh-workflow-optimization: fix VERSIONS parsing after mig…
Browse files Browse the repository at this point in the history
…ration to hatch
  • Loading branch information
sfc-gh-mraba committed Mar 13, 2024
1 parent 2f7007e commit c249291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/sqlalchemy/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
PARAM_INTERNAL_APPLICATION_VERSION = "internal_application_version"

APPLICATION_NAME = "SnowflakeSQLAlchemy"
SNOWFLAKE_SQLALCHEMY_VERSION = ".".join([str(v) for v in VERSION if v is not None])
SNOWFLAKE_SQLALCHEMY_VERSION = VERSION

0 comments on commit c249291

Please sign in to comment.