Skip to content

Commit 5db41dc

Browse files
committed
Fix version
1 parent 72a9ecf commit 5db41dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python3 setup.py sdist
2424

2525
- name: Install Python module
26-
run: pip3 install ./dist/microesb-1.1.tar.gz
26+
run: pip3 install ./dist/microesb-1.1.1.tar.gz
2727

2828
- name: Run tests
2929
run: pytest --cov --cov-branch --cov-report=xml

0 commit comments

Comments
 (0)