Skip to content

Commit 8481e6b

Browse files
committed
Bug fix in pypi package
1 parent 7d423fb commit 8481e6b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

dist/HydDown-0.15.1.tar.gz

19.5 KB
Binary file not shown.

dist/HydDown-0.15.tar.gz

-19.5 KB
Binary file not shown.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = HydDown
3-
version = 0.15
3+
version = 0.15.1
44
author = Anders Andreasen
55
author_email = [email protected]
66
description = Hydrogen (or other pure gas phase species) pressure vessel filling and discharge calculations

src/HydDown.egg-info/PKG-INFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: HydDown
3-
Version: 0.15
3+
Version: 0.15.1
44
Summary: Hydrogen (or other pure gas phase species) pressure vessel filling and discharge calculations
55
Home-page: https://github.com/andr1976/HydDown/
66
Author: Anders Andreasen
@@ -15,7 +15,7 @@ Requires-Python: >=3.6
1515
Description-Content-Type: text/markdown
1616
License-File: LICENSE
1717

18-
[![DOI](https://zenodo.org/badge/353152239.svg)](https://zenodo.org/badge/latestdoi/353152239) ![license](https://img.shields.io/github/license/andr1976/HydDown) ![buil](https://github.com/andr1976/HydDown/actions/workflows/python-app.yml/badge.svg) [![codecov](https://codecov.io/gh/andr1976/HydDown/branch/main/graph/badge.svg)](https://codecov.io/gh/andr1976/HydDown) [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/andr1976/hyddown/main)
18+
[![DOI](https://zenodo.org/badge/353152239.svg)](https://zenodo.org/badge/latestdoi/353152239) ![license](https://img.shields.io/github/license/andr1976/HydDown) ![buil](https://github.com/andr1976/HydDown/actions/workflows/python-app.yml/badge.svg) [![codecov](https://codecov.io/gh/andr1976/HydDown/branch/main/graph/badge.svg)](https://codecov.io/gh/andr1976/HydDown) [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/andr1976/hyddown/main/scripts/streamlit_app.py)
1919
[![CodeQL](https://github.com/andr1976/HydDown/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/andr1976/HydDown/actions/workflows/codeql-analysis.yml)
2020

2121
# HydDown
@@ -32,7 +32,7 @@ where main.py is the main script and input.yml is the input file in Yaml syntax.
3232
Consult the [manual](https://github.com/andr1976/HydDown/raw/main/docs/MANUAL.pdf) for a more rigorous explanation of the software, the implemented methods, and its usage. Further, the manual also contains a few validation studies.
3333

3434
## Demonstration
35-
The easiest way to explore the capability of HydDown is the [streamlit app](https://share.streamlit.io/andr1976/hyddown/main). This version allows calculation of:
35+
The easiest way to explore the capability of HydDown is the [streamlit app](https://share.streamlit.io/andr1976/hyddown/main/scripts/streamlit_app.py). This version allows calculation of:
3636

3737
- filling of vessel with gas (pressurisation)
3838
- discharge of gas (depressurisation)

0 commit comments

Comments
 (0)