Skip to content

Commit

Permalink
PyFluids: 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Dec 20, 2022
1 parent 494c525 commit 732efa8
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.1"
VERSION = "2.3.0"
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 732efa8

Please sign in to comment.