Skip to content

Commit

Permalink
Merge pull request #15 from ryanrozich/fix-bump2version-
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrozich committed May 5, 2024
2 parents b0796ef + c665e1e commit 8fa5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:version.py]
[bumpversion:file:snowflake_dbml/version.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

0 comments on commit 8fa5679

Please sign in to comment.