Skip to content

Commit 17b7c21

Browse files
author
jsh9
committed
Update version number to v0.1.1
1 parent 5afbf3d commit 17b7c21

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

PySeismoSoil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Author: Jian Shi
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The authors of this library are the current and past members of the [Geoquake Re
1919
Install most recent stable version:
2020

2121
```bash
22-
pip install git+https://github.com/jsh9/[email protected].0
22+
pip install git+https://github.com/jsh9/[email protected].1
2323
```
2424

2525
Or, install with latest changes (may contain features ahead of the stable version):

doc/source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Install most recent stable version:
4444

4545
.. code-block:: bash
4646
47-
pip install git+https://github.com/jsh9/[email protected].0
48-
47+
pip install git+https://github.com/jsh9/[email protected].1
48+
4949
Or, install with latest changes (may contain features ahead of the stable version):
5050

5151
.. code-block:: bash
5252
5353
pip install git+https://github.com/jsh9/PySeismoSoil
54-
55-
54+
55+
5656
Dependencies
5757
------------
5858

@@ -79,8 +79,8 @@ https://github.com/jsh9/PySeismoSoil
7979

8080
To report bugs and submit suggestions, please use the `"Issues" section <https://github.com/jsh9/PySeismoSoil/issues>`_ of the GitHub repository.
8181

82-
83-
82+
83+
8484
Indices and tables
8585
------------------
8686

setup.py

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

33
setup(
44
name='PySeismoSoil',
5-
version='0.1.0',
5+
version='0.1.1',
66
description='PySeismoSoil',
77
author='Jian Shi',
88
license='GPL v3.0',

0 commit comments

Comments
 (0)