Skip to content

Commit

Permalink
v__0.142
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Sep 25, 2024
1 parent cf7538c commit bac33e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
skip_existing: true
run: python -m twine upload --skip-existing --verbose dist/*

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./dist/*.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="mec",
version="0.141",
version="0.142",
authors=["Alfred Galichon"],
author_email="[email protected]",
licence="",
Expand Down

0 comments on commit bac33e4

Please sign in to comment.