Skip to content

Commit

Permalink
Bumping version to 1.0.1 (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
  • Loading branch information
github-actions[bot] and FishtownBuildBot authored Apr 19, 2022
1 parent 5703c91 commit 94c342a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1rc1
current_version = 1.0.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/spark/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.1rc1"
version = "1.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _get_dbt_core_version():

# TODO remove old logic and add to versionBump script
package_name = "dbt-spark"
package_version = "1.0.1rc1"
package_version = "1.0.1"
dbt_core_version = _get_dbt_core_version()
description = """The Apache Spark adapter plugin for dbt"""

Expand Down

0 comments on commit 94c342a

Please sign in to comment.