Skip to content

Commit

Permalink
Bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Jun 7, 2022
1 parent 9fca2d9 commit f340378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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.7'
__version__='1.1.8'

_pyeoskit.init()

Expand Down
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.7",
version="1.1.8",
description="Python Toolkit for EOS",
author='learnforpractice',
license="MIT",
Expand Down

0 comments on commit f340378

Please sign in to comment.