Skip to content

Commit

Permalink
Bump version to v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Jan 28, 2023
1 parent 80ba2d4 commit 46f0cc3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 1.1.9
VERSION: 1.1.10
strategy:
matrix:
# python-version: [3.7, 3.8, 3.9, "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run:
runs-on: ${{ matrix.os }}
env:
VERSION: 1.1.9
VERSION: 1.1.10
strategy:
matrix:
# python-version: [3.7, 3.8, 3.9, "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion pysrc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .chainapi_sync import ChainApi
from . import _pyeoskit

__version__='1.1.9'
__version__='1.1.10'

_pyeoskit.init()

Expand Down
5 changes: 3 additions & 2 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
V1.1.9 Release
1. Fix ledger signing
V1.1.10 Release
1. Fix parsing asset


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="pyeoskit",
version="1.1.9",
version="1.1.10",
description="Python Toolkit for EOS",
author='learnforpractice',
license="MIT",
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=v1.1.9
VERSION=v1.1.10
TARGET=origin
# git push $TARGET :refs/tags/$VERSION
git tag -d $VERSION
Expand Down

0 comments on commit 46f0cc3

Please sign in to comment.