Skip to content

Commit 01206c0

Browse files
dev version
1 parent 3b79945 commit 01206c0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/unit-tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ jobs:
6868
uses: codecov/codecov-action@v3
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
71-
# token: ${{ secrets.CODECOV_TOKEN }}
71+
flags: unittests
72+
name: codecov-umbrella
73+
verbose: true
7274
# directory: ./coverage/reports/
7375
# env_vars: OS,PYTHON
7476
# fail_ci_if_error: true
7577
# files: ./coverage.xml
76-
flags: unittests
77-
name: codecov-umbrella
7878
# path_to_write_report: ./coverage/codecov_report.txt
79-
verbose: true
8079

8180
test_python_3_9:
8281
runs-on: ubuntu-latest

unicorn_binance_websocket_api/manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
from typing_extensions import Literal
6262

6363
__app_name__: str = "unicorn-binance-websocket-api"
64-
__version__: str = "2.7.0"
64+
__version__: str = "2.7.0.dev"
6565

6666
logger = logging.getLogger("unicorn_binance_websocket_api")
6767

0 commit comments

Comments
 (0)