Skip to content

Commit

Permalink
update makefile to support new versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Jul 16, 2020
1 parent 4895cd6 commit e5dc43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ docs:
@cd docs && make html

release:
@VERSION=$$(python -c "import pyrallel;print(pyrallel.__version__)") && git tag $$VERSION
@VERSION=$$(python -c "from pyrallel.__version__ import __version__;print(__version__)") && git tag $$VERSION

0 comments on commit e5dc43c

Please sign in to comment.