diff --git a/setup.py b/setup.py index 11f8bfe..84bd2d7 100644 --- a/setup.py +++ b/setup.py @@ -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: