Skip to content

Commit

Permalink
Use double quotes for version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Nov 8, 2019
1 parent cb52489 commit eb7ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build_apis: get_apis

.PHONY: update_version
update_version:
sed -i "s/__version__ = .*/__version__ = '$(VERSION)'/g" seldon_core/version.py
sed -i 's/__version__ = .*/__version__ = "$(VERSION)"/g' seldon_core/version.py

.PHONY: update_package
update_package: get_apis build_apis update_version
Expand Down

0 comments on commit eb7ff30

Please sign in to comment.