From 17b7c21c07c15280bccada7056e6778b40e6ee9e Mon Sep 17 00:00:00 2001 From: jsh9 Date: Sun, 9 Jun 2019 00:34:53 -0700 Subject: [PATCH] Update version number to v0.1.1 --- PySeismoSoil/__init__.py | 2 +- README.md | 2 +- doc/source/index.rst | 12 ++++++------ setup.py | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PySeismoSoil/__init__.py b/PySeismoSoil/__init__.py index bad2705..8a9d5a0 100644 --- a/PySeismoSoil/__init__.py +++ b/PySeismoSoil/__init__.py @@ -1,3 +1,3 @@ # Author: Jian Shi -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/README.md b/README.md index f59212b..cee7cb7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The authors of this library are the current and past members of the [Geoquake Re Install most recent stable version: ```bash - pip install git+https://github.com/jsh9/PySeismoSoil@v0.1.0 + pip install git+https://github.com/jsh9/PySeismoSoil@v0.1.1 ``` Or, install with latest changes (may contain features ahead of the stable version): diff --git a/doc/source/index.rst b/doc/source/index.rst index 67d0ad0..5b819bf 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,15 +44,15 @@ Install most recent stable version: .. code-block:: bash - pip install git+https://github.com/jsh9/PySeismoSoil@v0.1.0 - + pip install git+https://github.com/jsh9/PySeismoSoil@v0.1.1 + Or, install with latest changes (may contain features ahead of the stable version): .. code-block:: bash pip install git+https://github.com/jsh9/PySeismoSoil - - + + Dependencies ------------ @@ -79,8 +79,8 @@ https://github.com/jsh9/PySeismoSoil To report bugs and submit suggestions, please use the `"Issues" section `_ of the GitHub repository. - - + + Indices and tables ------------------ diff --git a/setup.py b/setup.py index 2cd95bc..8d439f6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='PySeismoSoil', - version='0.1.0', + version='0.1.1', description='PySeismoSoil', author='Jian Shi', license='GPL v3.0',