Skip to content

Commit d1b2e21

Browse files
author
jsh9
committed
Update version number: 0.2.0 --> 0.2.1
1 parent bc4dbd5 commit d1b2e21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.0'
3+
__version__ = '0.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Install most recent stable version:
4444

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

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.2.0',
5+
version='0.2.1',
66
description='PySeismoSoil',
77
author='Jian Shi',
88
license='GPL v3.0',

0 commit comments

Comments
 (0)