Skip to content

Commit 56b4e78

Browse files
Bump version to v0.2.8
1 parent 8258f12 commit 56b4e78

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/python-app.yml

+1-1
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.7
24+
VERSION: 0.2.8
2525
strategy:
2626
matrix:
2727
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

pysrc/__init__.py

+1-1
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.7'
5+
__VERSION__ = '0.2.8'
66

77
_mixin.init()
88

release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release v0.2.7
1+
Release v0.2.8
22

33
1. Improve MixinWSAPI class
44
2. Add utils module

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

tag.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.2.7
1+
VERSION=v0.2.8
22
git push origin :refs/tags/$VERSION
33
git tag -d $VERSION
44
git tag $VERSION -F release.txt

0 commit comments

Comments
 (0)