Skip to content

Commit da51794

Browse files
Bump version to 0.2.5
1 parent f073bde commit da51794

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
runs-on: ${{ matrix.os }}
1818
env:
19-
VERSION: 0.2.4
19+
VERSION: 0.2.5
2020
strategy:
2121
matrix:
2222
python-version: [3.7, 3.8, 3.9, "3.10"]

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.4'
5+
__VERSION__ = '0.2.5'
66

77
_mixin.init()
88

release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Release v0.2.4
1+
Release v0.2.5
22

3-
1. Deprecating RSA supports
3+
1. use custom malloc function to alloc memory for converting go string to c string

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.4",
27+
version="0.2.5",
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.4
1+
VERSION=v0.2.5
22
git push origin :refs/tags/$VERSION
33
git tag -d $VERSION
44
git tag $VERSION -F release.txt

0 commit comments

Comments
 (0)