Skip to content

Commit 8940e49

Browse files
committed
Фикс версий
1 parent 9d2d3fe commit 8940e49

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

if97_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Расчет параметров воды и водяного пара по стандарту https://iapws.org/release.html
33
'''
44

5-
__version__ = '1.0.0'
5+
__version__ = '1.1.2'
66
__author__ = 'Садовский М.К.'
77
__all__ = ['if97']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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
author_email="[email protected]",

0 commit comments

Comments
 (0)