Skip to content

Commit

Permalink
wrap up for version 0.1.1
Browse files Browse the repository at this point in the history
+ version: add new tag
+ README: update badge version number
+ setup: update version number
  • Loading branch information
yunjunz committed Feb 1, 2021
1 parent 555c734 commit 2db3fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Language](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/)
[![Version](https://img.shields.io/badge/version-v0.1.0-green.svg)](https://github.com/insarlab/PySolid/releases)
[![Version](https://img.shields.io/badge/version-v0.1.1-green.svg)](https://github.com/insarlab/PySolid/releases)
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](https://github.com/insarlab/PySolid/blob/main/LICENSE)
[![render](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/insarlab/PySolid/tree/main/docs)

Expand Down
1 change: 1 addition & 0 deletions pysolid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Tag = collections.namedtuple('Tag', 'version date')
release_history = (
Tag('0.1.0', '2021-01-22'),
Tag('0.1.1', '2021-02-01'),
)

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

setup(
name='pysolid',
version='0.1.0',
version='0.1.1',
description="A Python wrapper for solid to compute solid Earth tides",
url="https://github.com/insarlab/PySolid",
author="Zhang Yunjun, Dennis Milbert",
Expand Down

0 comments on commit 2db3fcc

Please sign in to comment.