Skip to content

Commit be34e0a

Browse files
bump version to 1.1.5
1 parent adee481 commit be34e0a

File tree

6 files changed

+6
-6
lines changed

6 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
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
runs-on: ${{ matrix.os }}
1717
env:
18-
VERSION: 1.1.4
18+
VERSION: 1.1.5
1919
strategy:
2020
matrix:
2121
# python-version: [3.7, 3.8, 3.9, "3.10"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Python Toolkit for EOS
22

33
# Latest Release
44

5-
[pyeoskit v1.1.4](https://github.com/learnforpractice/pyeoskit/releases)
5+
[pyeoskit v1.1.5](https://github.com/learnforpractice/pyeoskit/releases)
66

77
# Installation
88

pysrc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .chainapi_sync import ChainApi
66
from pyeoskit import _pyeoskit
77

8-
__version__='1.1.4'
8+
__version__='1.1.5'
99

1010
_pyeoskit.init()
1111

release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
V1.1.4 Release
1+
V1.1.5 Release
22
1. Add support for Pack&Unpack variant type
33

44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="pyeoskit",
21-
version="1.1.4",
21+
version="1.1.5",
2222
description="Python Toolkit for EOS",
2323
author='learnforpractice',
2424
license="MIT",

tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v1.1.4
1+
VERSION=v1.1.5
22
TARGET=origin
33
# git push $TARGET :refs/tags/$VERSION
44
git tag -d $VERSION

0 commit comments

Comments
 (0)