From 4db9cb5f02f2ff0b9e044353126b775095259645 Mon Sep 17 00:00:00 2001 From: peteryefi Date: Fri, 1 Nov 2024 15:11:28 -0400 Subject: [PATCH] Fixed image issues --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce13d00..a591482 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ chmod +x run_tests.sh ``` ## Example usage -![model-hvac.jpg](model-hvac.jpg) +![Model HVAC System](https://raw.githubusercontent.com/ptidejteam/metamenth/main/model-hvac.jpg) Figure 1.0: The HVAC system in this figure is modelled below in the example usage code indicating how modellers could model complex HVAC systems with MetamEnTh ### 1. Creating the Building diff --git a/setup.py b/setup.py index 7a6b702..b8c92e5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="metamenth", - version="1.0.4", + version="1.0.5", packages=find_packages(include=["metamenth", "metamenth.*"]), install_requires=requirements, entry_points={