Skip to content

Commit 2e39b24

Browse files
bump version to v0.2.7
1 parent 562cb2c commit 2e39b24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6
24+
VERSION: 0.2.7
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.6'
5+
__VERSION__ = '0.2.7'
66

77
_mixin.init()
88

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.6",
27+
version="0.2.7",
2828
description="Mixin Binding Project",
2929
author='learnforpractice',
3030
url="https://github.com/learnforpractice/mixin-python",

0 commit comments

Comments
 (0)