Skip to content

Commit a338577

Browse files
2.6.0 RC2 build tools
1 parent 1179796 commit a338577

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- name: Upgrade pip
2222
run: python -m pip install --upgrade pip
2323

24+
- name: Install typed-ast (mypy dep) on windows for pypy wheels
25+
if: matrix.os == 'windows-2019'
26+
run: python -m pip install typed-ast
27+
2428
- name: Set up Environment
2529
run: echo "CIBW_SKIP=pp36-* pp37-*" >> $GITHUB_ENV
2630

unicorn_binance_websocket_api/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from typing_extensions import Literal
6161

6262
__app_name__: str = "unicorn-binance-websocket-api"
63-
__version__: str = "2.6.0.dev"
63+
__version__: str = "2.6.0"
6464

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

0 commit comments

Comments
 (0)