Skip to content

Commit

Permalink
PyFluids: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Nov 21, 2022
1 parent 547158b commit b820d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

NAME = "pyfluids"
VERSION = "2.2.0"
VERSION = "2.2.1"
DESCRIPTION = "A simple, full-featured, lightweight CoolProp wrapper for Python"
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, "PyPI.md")) as file:
Expand Down

0 comments on commit b820d61

Please sign in to comment.