Skip to content

Commit 5acdf4a

Browse files
authored
Patch to v0.1.1 (#3)
With bugs fixed
1 parent cb5ced2 commit 5acdf4a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# SEAI DEAP
2+
3+
![PyPI - License](https://img.shields.io/pypi/l/seai_deap)
4+
![PyPI - Version](https://img.shields.io/pypi/v/seai_deap)
5+
26
A re-implementation of the Sustainable Energy Authority of Ireland (SEAI) Dwelling Energy Assessment Procedure (DEAP) model 4.2.2 in Python
7+
8+
At present, only the Heat Loss Parameter calculation has been implemented.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "seai_deap"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A re-implementation of SEAI's DEAP 4.2.2 in Python"
55
authors = ["Rowan Molony <rowan.molony@codema.ie>"]
66
license = "MIT"

0 commit comments

Comments
 (0)