Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Membrizard committed Dec 2, 2022
1 parent 71110d6 commit 967c697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyvaporation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"Components",
]

__version__ = "1.1.8"
__version__ = "1.1.9"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="pyvaporation",
packages=find_packages(),
version="1.1.8",
version="1.1.9",
license="Apache license 2.0",
description="Set of tools for modelling pervaporation processes",
author="Denis Sapegin, Aleksei Chekmachev",
Expand All @@ -17,6 +17,8 @@
"membrane",
"chemistry",
"modelling",
"chemical-engineering",
"scientific"
],
install_requires=[
"joblib==1.1.0",
Expand Down

0 comments on commit 967c697

Please sign in to comment.