Skip to content

Commit

Permalink
Bug fix in pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
andr1976 committed Aug 2, 2021
1 parent 7d423fb commit 8481e6b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file added dist/HydDown-0.15.1.tar.gz
Binary file not shown.
Binary file removed dist/HydDown-0.15.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = HydDown
version = 0.15
version = 0.15.1
author = Anders Andreasen
author_email = [email protected]
description = Hydrogen (or other pure gas phase species) pressure vessel filling and discharge calculations
Expand Down
6 changes: 3 additions & 3 deletions src/HydDown.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: HydDown
Version: 0.15
Version: 0.15.1
Summary: Hydrogen (or other pure gas phase species) pressure vessel filling and discharge calculations
Home-page: https://github.com/andr1976/HydDown/
Author: Anders Andreasen
Expand All @@ -15,7 +15,7 @@ Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![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)
[![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)
[![CodeQL](https://github.com/andr1976/HydDown/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/andr1976/HydDown/actions/workflows/codeql-analysis.yml)

# HydDown
Expand All @@ -32,7 +32,7 @@ where main.py is the main script and input.yml is the input file in Yaml syntax.
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.

## Demonstration
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:
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:

- filling of vessel with gas (pressurisation)
- discharge of gas (depressurisation)
Expand Down

0 comments on commit 8481e6b

Please sign in to comment.