Skip to content

Commit 1b491a3

Browse files
gh
1 parent ed83302 commit 1b491a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/upload-artifact@v4
4747
with:
4848
path: ./wheelhouse/*.whl
49+
overwrite: true
4950

5051
build_sdist:
5152
name: Build source distribution

unicorn_binance_websocket_api/manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666

6767
__app_name__: str = "unicorn-binance-websocket-api"
68-
__version__: str = "2.8.1"
68+
__version__: str = "2.8.1.dev"
6969
__logger__: logging.getLogger = logging.getLogger("unicorn_binance_websocket_api")
7070

7171
logger = __logger__

0 commit comments

Comments
 (0)