Skip to content

Commit 894d9a9

Browse files
committed
Update getting version
1 parent 3251f13 commit 894d9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test:
4343

4444

4545
tag:
46-
@-git tag v$(shell python3 setup.py -V)
46+
@-git tag v$(shell python3 -c "from trio_asyncio._version import __version__; print(__version__)")
4747

4848
pypi: tag
4949
@if python3 setup.py -V 2>/dev/null | grep -qs + >/dev/null 2>&1 ; \

0 commit comments

Comments
 (0)