diff --git a/setup.py b/setup.py index 817194c..11ba89f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def _dbt_excel_version(): return match.group(1) -package_version = _dbt_excel_version() +package_version = _dbt_excel_version() + "rc1" description = """The excel adapter plugin for dbt (data build tool)""" setup(