From dea938df7503987fb4e4a02d05e2f2aea481c7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Frei=C3=9Fmann?= Date: Mon, 15 Jul 2024 12:18:39 +0200 Subject: [PATCH] Bump package version. --- LICENSE | 2 +- README.md | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index b8c9619..e52c2da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Jonas Freißmann and Malte Fritz +Copyright (c) Jonas Freißmann and Malte Fritz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bb2ed7e..6b8533c 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ hp.perform_exergy_analysis(print_results=True) ## License -Copyright (c) 2023 Jonas Freißmann and Malte Fritz +Copyright (c) Jonas Freißmann and Malte Fritz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index c8f641f..1d64e40 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='heatpumps', - version='1.2.0', + version='1.3.0', author='Jonas Freißmann, Malte Fritz', author_email='jonas.freissmann@web.de', description='Collection of TESPy heat pump models and additional Streamlit dashboard.', @@ -36,7 +36,7 @@ 'scipy>=1.10.0', 'scikit-learn>=1.2.1', 'matplotlib>=3.6.3', - 'fluprodia>=3.2', + 'fluprodia>=3.3', 'coolprop>=6.4.1', 'darkdetect>=0.8.0', 'plotly>=5.20.0',