Skip to content

Commit

Permalink
Adjust python-class release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jun 18, 2024
1 parent 43ff3b9 commit 7ca654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-class/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ format:
.PHONY: version
version:
sed -i "s/version=.*,$$/version=\"$(VERSION).$(RELEASE)\",/" setup.py
sed -i "s/variantkey>=.*,$$/variantkey>=$(VERSION).$(RELEASE)\",/" setup.py
sed -i "s/variantkey>=.*,$$/variantkey>=$(VERSION).0\",/" setup.py

# Build and test the package
.PHONY: vbuild
Expand Down

0 comments on commit 7ca654c

Please sign in to comment.