Skip to content

Commit

Permalink
v0.3.2 --> v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Nov 17, 2019
1 parent 746e9bd commit 655b5c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PySeismoSoil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Author: Jian Shi

__version__ = 'v0.3.2'
__version__ = 'v0.3.3'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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/[email protected].2
pip install git+https://github.com/jsh9/[email protected].3
```

Or, install with latest changes (may contain features ahead of the stable version):
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Jian Shi'

# The full version, including alpha/beta/rc tags
release = 'v0.3.2'
release = 'v0.3.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Install most recent stable version:

.. code-block:: bash
pip install git+https://github.com/jsh9/[email protected].2
pip install git+https://github.com/jsh9/[email protected].3
Or, install with latest changes (may contain features ahead of the stable version):

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PySeismoSoil',
version='v0.3.2',
version='v0.3.3',
description='PySeismoSoil',
author='Jian Shi',
license='BSD 3',
Expand Down

0 comments on commit 655b5c7

Please sign in to comment.