We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e494f76 commit 5498a8bCopy full SHA for 5498a8b
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run tests with pytest
22
run: |
23
pytest -v --durations=0 --cov=osbot_utils tests
24
- coveralls --service=github
+ coveralls
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
setuptools.setup(
7
- version = "0.6.7" , # change this on every release
+ version = "0.7.0" , # change this on every release
8
name = "osbot_utils" ,
9
author = "Dinis Cruz",
10
author_email = "[email protected]",
0 commit comments