Skip to content

Commit

Permalink
Bump version to v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Dec 26, 2022
1 parent 8258f12 commit 56b4e78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 0.2.7
VERSION: 0.2.8
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
Expand Down
2 changes: 1 addition & 1 deletion pysrc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import mixin_bot_api
from . import _mixin

__VERSION__ = '0.2.7'
__VERSION__ = '0.2.8'

_mixin.init()

Expand Down
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release v0.2.7
Release v0.2.8

1. Improve MixinWSAPI class
2. Add utils module
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="mixin-python",
version="0.2.7",
version="0.2.8",
description="Mixin Binding Project",
author='learnforpractice',
url="https://github.com/learnforpractice/mixin-python",
Expand Down
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.2.7
VERSION=v0.2.8
git push origin :refs/tags/$VERSION
git tag -d $VERSION
git tag $VERSION -F release.txt
Expand Down

0 comments on commit 56b4e78

Please sign in to comment.