Skip to content

Commit

Permalink
Remove single quotation from bump version messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Feb 15, 2018
1 parent e39fc1e commit 70c26eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
current_version = 0.0.3
commit = True
tag = True
message = 'Bump version to {new_version}'
message = Bump version to {new_version}

[aliases]
test = pytest
Expand Down

0 comments on commit 70c26eb

Please sign in to comment.