From f3403788bb49d211227c1971da2205e82f474cda Mon Sep 17 00:00:00 2001 From: learnforpractice Date: Tue, 7 Jun 2022 12:36:51 +0800 Subject: [PATCH] Bump version to 1.1.8 --- .github/workflows/python-app.yml | 2 +- pysrc/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d4d09a9..aa1961f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -15,7 +15,7 @@ jobs: run: runs-on: ${{ matrix.os }} env: - VERSION: 1.1.7 + VERSION: 1.1.8 strategy: matrix: # python-version: [3.7, 3.8, 3.9, "3.10"] diff --git a/pysrc/__init__.py b/pysrc/__init__.py index 9fb5302..e9528d6 100644 --- a/pysrc/__init__.py +++ b/pysrc/__init__.py @@ -5,7 +5,7 @@ from .chainapi_sync import ChainApi from . import _pyeoskit -__version__='1.1.7' +__version__='1.1.8' _pyeoskit.init() diff --git a/setup.py b/setup.py index e8d580c..86f754b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="pyeoskit", - version="1.1.7", + version="1.1.8", description="Python Toolkit for EOS", author='learnforpractice', license="MIT",