Skip to content

Commit b2392c0

Browse files
Update version to v0.2.0
1 parent 674e137 commit b2392c0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
run: |
6767
python -m pip uninstall mixin-python -y;python -m pip install ./dist/${{ steps.whlfile.outputs.value }}
6868
- name: Test
69+
if: ${{ matrix.os != 'windows-latest' }}
6970
working-directory: tests
7071
run: |
7172
python3 -m pytest -s -x test_testnet.py -k test_hello

pysrc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from . import mixin_api
22
from . import mixin_bot_api
3+
__VERSION__ = '0.2.0'
34

45
default_api = mixin_api.MixinApi()
56

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="mixin",
23-
version="0.1.0",
23+
version="0.2.0",
2424
description="Mixin Binding Project",
2525
author='learnforpractice',
2626
license="MIT",

0 commit comments

Comments
 (0)