From bbd58a77090fd09a6cdbcdb4a67db10cba827ef6 Mon Sep 17 00:00:00 2001 From: drunsinn Date: Mon, 18 Jan 2021 18:38:57 +0100 Subject: [PATCH] Release 0.4.7 --- NEWS.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index ec6420b..0d348e2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,6 @@ +## v0.4.7, 01.2021 +* Setup: add fallback to distutil if setuptools is not availible + ## v0.4.6, 12.2020 * removed stump for IAPWS R15 as it containd a error that need further work but left the constants define in R15 * non functional changes diff --git a/setup.py b/setup.py index 20d8aed..cf448b3 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pyXSteam", - version="0.4.6", # version number for documentation does not auto-update + version="0.4.7", # version number for documentation does not auto-update author="drunsinn", author_email="dr.unsinn@googlemail.com", keywords="steam water ice XSteam",