Skip to content

Commit e795c39

Browse files
Bump version to v0.2.10
1 parent f1a6c65 commit e795c39

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run:
2222
runs-on: ${{ matrix.os }}
2323
env:
24-
VERSION: 0.2.9
24+
VERSION: 0.2.10
2525
strategy:
2626
matrix:
2727
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

pysrc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from . import mixin_bot_api
33
from . import _mixin
44

5-
__VERSION__ = '0.2.9'
5+
__VERSION__ = '0.2.10'
66

77
_mixin.init()
88

release.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Release v0.2.9
1+
Release v0.2.10
2+
3+
1. Fix withdrawals interface
24

3-
1. Improve MixinWSAPI class

setup.py

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

2525
setup(
2626
name="mixin-python",
27-
version="0.2.9",
27+
version="0.2.10",
2828
description="Mixin Binding Project",
2929
author='learnforpractice',
3030
url="https://github.com/learnforpractice/mixin-python",

tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.2.9
1+
VERSION=v0.2.10
22
git push origin :refs/tags/$VERSION
33
git tag -d $VERSION
44
git tag $VERSION -F release.txt

0 commit comments

Comments
 (0)