Skip to content

Commit

Permalink
Fix package version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz authored Dec 3, 2021
1 parent ffce642 commit 58efd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def _get_dbt_core_version():
pre = (parts["prekind"]+"1" if parts["prekind"] else "")
return f"{minor}{pre}"


#TODO remove old logic and add to versionBump script
package_name = "dbt-redshift"
package_version = _get_plugin_version()
package_version = "1.0.0"
dbt_core_version = _get_dbt_core_version()
description = """The Redshift adapter plugin for dbt"""

Expand Down

0 comments on commit 58efd83

Please sign in to comment.