Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Jun 3, 2022
1 parent f073bde commit da51794
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 0.2.4
VERSION: 0.2.5
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion pysrc/__init__.py
Expand Up @@ -2,7 +2,7 @@
from . import mixin_bot_api
from . import _mixin

__VERSION__ = '0.2.4'
__VERSION__ = '0.2.5'

_mixin.init()

Expand Down
4 changes: 2 additions & 2 deletions release.txt
@@ -1,3 +1,3 @@
Release v0.2.4
Release v0.2.5

1. Deprecating RSA supports
1. use custom malloc function to alloc memory for converting go string to c string
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

setup(
name="mixin-python",
version="0.2.4",
version="0.2.5",
description="Mixin Binding Project",
author='learnforpractice',
url="https://github.com/learnforpractice/mixin-python",
Expand Down
2 changes: 1 addition & 1 deletion tag.sh
@@ -1,4 +1,4 @@
VERSION=v0.2.4
VERSION=v0.2.5
git push origin :refs/tags/$VERSION
git tag -d $VERSION
git tag $VERSION -F release.txt
Expand Down

0 comments on commit da51794

Please sign in to comment.