Skip to content

Commit 18ccde2

Browse files
committed
feat: Bump package version to 1.6.0 in settings and pyproject.toml
1 parent b53049d commit 18ccde2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyThermoModels/configs/setting.py

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

44
# package version
5-
__version__ = '1.5.6'
5+
__version__ = '1.6.0'
66
# package name
77
packageName = 'Python Thermodynamic Models'
88
# package short name

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyThermoModels"
7-
version = "1.5.6"
7+
version = "1.6.0"
88
description = "PyThermoModels is an open-source Python package designed to facilitate thermodynamic modeling and calculations. This package provides a comprehensive and user-friendly interface to popular thermodynamic models, enabling quick and accurate estimation of key properties."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)