File tree Expand file tree Collapse file tree 4 files changed +3
-20
lines changed
Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pip install git+https://github.com/Sam-Strand/if97_py.git
1818
1919### Способ 2: Установка готового пакета (без Git)
2020``` bash
21- pip install https://github.com/Sam-Strand/if97_py/releases/download/v1.1.1 /if97_py-1.1.1 -py3-none-any.whl
21+ pip install https://github.com/Sam-Strand/if97_py/releases/download/v1.1.2 /if97_py-1.1.2 -py3-none-any.whl
2222```
2323
2424## Соотношение регионов IAPWS-IF97
Original file line number Diff line number Diff line change 22Расчет параметров воды и водяного пара по стандарту https://iapws.org/release.html
33'''
44
5- __version__ = '1.0.0 '
5+ __version__ = '1.1.2 '
66__author__ = 'Садовский М.К.'
77__all__ = ['if97' ]
Original file line number Diff line number Diff line change 22
33setup (
44 name = "if97_py" ,
5- version = "1.1.0 " ,
5+ version = "1.1.2 " ,
66 url = "https://github.com/Sam-Strand/if97_py" ,
77 author = "Садовский М.К." ,
88
You can’t perform that action at this time.
0 commit comments