Skip to content

Commit

Permalink
Merge pull request #15 from ptidejteam/dev
Browse files Browse the repository at this point in the history
Fixed image issues
  • Loading branch information
peteryefi authored Nov 1, 2024
2 parents ec5f918 + 4db9cb5 commit a8c04d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit a8c04d4

Please sign in to comment.