Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 2, 2024
1 parent dc447d0 commit 9ecab9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
build-pypi-package: run-tests
python3 -m build --sdist .
python3 -m build --wheel .
twine upload dist/tira-0.0.138-py3-none-any.whl dist/tira-0.0.138.tar.gz
twine upload dist/tira-0.0.139-py3-none-any.whl dist/tira-0.0.139.tar.gz

run-tests:
docker run -u root --rm -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/app -w /app --entrypoint pytest webis/tira:python-client-dev-0.0.5
Expand Down
2 changes: 1 addition & 1 deletion python-client/tira/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.138"
__version__ = "0.0.139"

0 comments on commit 9ecab9e

Please sign in to comment.